home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Information / Digests / CSMP Digest / volume 3 / csmp-digest-v3-057 / doubleCR.1 < prev   
Encoding:
Text File  |  1995-12-31  |  287.8 KB  |  7,223 lines

  1. C.S.M.P. Digest             Tue, 13 Sep 94       Volume 3 : Issue 57
  2.  
  3. Today's Topics:
  4.  
  5.         Best Sprite Package?
  6.         CW PASCAL vs THINK PASCAL
  7.         Items in system menu bar
  8.         Text searches.
  9.         Ticks (was: Clover+. interrupt?)
  10.         What is the point of MPW?
  11.         Where have the standards gone? [a high level question]
  12.  
  13.  
  14.  
  15. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
  16. (pottier@clipper.ens.fr).
  17.  
  18. The digest is a collection of article threads from the internet newsgroup
  19. comp.sys.mac.programmer.  It is designed for people who read c.s.m.p. semi-
  20. regularly and want an archive of the discussions.  If you don't know what a
  21. newsgroup is, you probably don't have access to it.  Ask your systems
  22. administrator(s) for details.  If you don't have access to news, you may
  23. still be able to post messages to the group by using a mail server like
  24. anon.penet.fi (mail help@anon.penet.fi for more information).
  25.  
  26. Each issue of the digest contains one or more sets of articles (called
  27. threads), with each set corresponding to a 'discussion' of a particular
  28. subject.  The articles are not edited; all articles included in this digest
  29. are in their original posted form (as received by our news server at
  30. nef.ens.fr).  Article threads are not added to the digest until the last
  31. article added to the thread is at least two weeks old (this is to ensure that
  32. the thread is dead before adding it to the digest).  Article threads that
  33. consist of only one message are generally not included in the digest.
  34.  
  35. The digest is officially distributed by two means, by email and ftp.
  36.  
  37. If you want to receive the digest by mail, send email to listserv@ens.fr
  38. with no subject and one of the following commands as body:
  39.     help                        Sends you a summary of commands
  40.     subscribe csmp-digest Your Name    Adds you to the mailing list
  41.     signoff csmp-digest            Removes you from the list
  42. Once you have subscribed, you will automatically receive each new
  43. issue as it is created.
  44.  
  45. The official ftp info is //ftp.dartmouth.edu/pub/csmp-digest.
  46. Questions related to the ftp site should be directed to
  47. scott.silver@dartmouth.edu. Currently no previous volumes of the CSMP
  48. digest are available there.
  49.  
  50. Also, the digests are available to WAIS users.  To search back issues
  51. with WAIS, use comp.sys.mac.programmer.src. With Mosaic, use
  52. http://www.wais.com/wais-dbs/comp.sys.mac.programmer.html.
  53.  
  54.  
  55. -------------------------------------------------------
  56.  
  57. >From gkm@jolt.mpx.com.au (Gavin K Maxwell)
  58. Subject: Best Sprite Package?
  59. Date: 19 Aug 1994 06:15:19 GMT
  60. Organization: Microplex Pty Ltd
  61.  
  62. I would like to know peoples impressions of the available sprite 
  63. animation libraries.  The two I'm aware of are SpriteWorld and Sprite 
  64. Animation Toolkit (SAT), are there any others?  Which is the best?  
  65. Are there any gotchas to watch out for?  What are their limitations?
  66.  
  67. Any help would be appreciated,
  68. --
  69. Gavin,
  70. +---------------------+-----------------------------+      |||||||
  71. | Gavin Maxwell,      | "You can't have everything. |      | _ _ |
  72. | gkm@jolt.mpx.com.au |  Where would you put it!!"  |      | O O | 
  73. | +61-2-3426236       |                             |      |  ^  |
  74. +---------------------+-----------------------------+       \ ~ /
  75.                                                              ---
  76.  
  77. +++++++++++++++++++++++++++
  78.  
  79. >From mab22@po.cwru.edu (Mike Balfour)
  80. Date: 19 Aug 1994 14:47:14 GMT
  81. Organization: Overload Engineering
  82.  
  83. In article <331iln$4fq@inferno.mpx.com.au>, gkm@jolt.mpx.com.au (Gavin K
  84. Maxwell) wrote:
  85.  
  86. > I would like to know peoples impressions of the available sprite 
  87. > animation libraries.  The two I'm aware of are SpriteWorld and Sprite 
  88. > Animation Toolkit (SAT), are there any others?  Which is the best?  
  89. > Are there any gotchas to watch out for?  What are their limitations?
  90.  
  91. Well, it seems that more people out there are using SpriteWorld, just
  92. because it was released about a month before SAT.  SpriteWorld is also more
  93. geared to C, where SAT was originally written for Pascal and has since been
  94. updated to be usable from C.  Between the two, I'm very biased toward SAT. 
  95. I beta-tested it for several months, and I found it was very easy to learn,
  96. easy to use, and just good quick code.  It even makes my bad code run fast
  97. (who else can claim that?)!  Somebody else recently posted the concern that
  98. SAT still has warnings in it from the author, Ingemar, about various
  99. kluges.  I wouldn't be concerned - everything's actually amazingly stable. 
  100. I should know, I tried some pretty strange things from time to time to try
  101. to make it break...
  102.  
  103. MB
  104. --
  105. - --------------------------------+--------------------------------
  106. Mike Balfour, Partner             | BS/MS Candidate - ECMP
  107. Overload Engineering              | Case Western Reserve University
  108. "New Ideas for a Brighter Future" | Cleveland, OH
  109.  
  110. +++++++++++++++++++++++++++
  111.  
  112. >From al@crucible.powertools.com (Al Evans)
  113. Date: 19 Aug 94 14:57:16 GMT
  114. Organization: PowerTools, Austin, Texas
  115.  
  116. In article <331iln$4fq@inferno.mpx.com.au> gkm@jolt.mpx.com.au (Gavin K Maxwell) writes:
  117.  
  118. >I would like to know peoples impressions of the available sprite 
  119. >animation libraries.  The two I'm aware of are SpriteWorld and Sprite 
  120. >Animation Toolkit (SAT), are there any others?  Which is the best?  
  121. >Are there any gotchas to watch out for?  What are their limitations?
  122.  
  123. You might want to have a look at Graphic Elements. To my way of thinking,
  124. it offers a lot more flexibility than either SpriteWorld or SAT -- but
  125. then, I'm the author:-)
  126.  
  127. As to which is best for you, that probably depends on what you want
  128. to do. Graphic Elements has lots of built-in features: buttons and
  129. sliders, horizontal and vertical mirroring, special effects. SpriteWorld
  130. has good performance with free licensing and complete source code. SAT
  131. has both C and Pascal interfaces and offers excellent support for older
  132. systems. Both Graphic Elements and SpriteWorld offer native PPC support;
  133. I'm not sure about SAT.
  134.                     --Al Evans--
  135. -- 
  136. Al Evans        |   Graphic Elements: A new standard for 
  137. ________________________|__ high-performance interactive Macintosh graphics.
  138. al@crucible.powertools.com |  Available from mac.archive.umich.edu
  139. - -------------------------| /mac/development/libraries/graphicelements2.sit.hqx
  140.  
  141. +++++++++++++++++++++++++++
  142.  
  143. >From ez033265@ucdavis.edu (Will Iverson)
  144. Date: Fri, 19 Aug 1994 18:01:34 GMT
  145. Organization: University of California, Davis
  146.  
  147. In article <479@crucible.powertools.com>, al@crucible.powertools.com (Al
  148. Evans) wrote:
  149.  
  150. > In article <331iln$4fq@inferno.mpx.com.au> gkm@jolt.mpx.com.au (Gavin K
  151. Maxwell) writes:
  152. > As to which is best for you, that probably depends on what you want
  153. > to do. Graphic Elements has lots of built-in features: buttons and
  154. > sliders, horizontal and vertical mirroring, special effects. SpriteWorld
  155. > has good performance with free licensing and complete source code. SAT
  156. > has both C and Pascal interfaces and offers excellent support for older
  157. > systems. Both Graphic Elements and SpriteWorld offer native PPC support;
  158. > I'm not sure about SAT.
  159.  
  160. SAT (as of version 2.1.2) doesn't offer native PPC support.
  161.  
  162. -Will Iverson
  163.  
  164. +++++++++++++++++++++++++++
  165.  
  166. >From we37026@vub.ac.be (DICTUS ROY)
  167. Date: 20 Aug 1994 21:50:45 GMT
  168. Organization: Brussels Free Universities (VUB/ULB), Belgium
  169.  
  170. I've looked at all three packages a while ago; SAT, SpriteWorld and
  171. Graphics Elements.
  172.  
  173. I've written a few games using SAT and was most impressed with it.  Good
  174. interface, logical structure, fast and reliable code.
  175.  
  176. SpriteWorld looks good too, but seems much harder to use than SAT.
  177.  
  178. Graphics Elements, to be frank, I wasn't very impressed with (no offense
  179. to the author).  I liked SAT and SW better.
  180.  
  181. I'll stick to SAT.  I just like it the best and it has proven itself.
  182.  
  183. Games on the Net that were written with SAT:
  184. - Asterax
  185. - Bachman 2
  186. - CyberNation
  187. - Missions of the Reliant
  188. - Warbirds
  189. - ...
  190.  
  191. How many games have been written with SpriteWorld?  I don't recall ever
  192. having seen any reference to it in any game...
  193.  
  194. Just my $0.02,
  195.  
  196. - Roy
  197.  
  198. +++++++++++++++++++++++++++
  199.  
  200. >From hamptn@uow.edu.au ( Dan Hampton )
  201. Date: 25 Aug 1994 12:00:10 +1000
  202. Organization: University of Wollongong, NSW, Australia.
  203.  
  204. we37026@vub.ac.be (DICTUS ROY) writes:
  205.  
  206. >I've looked at all three packages a while ago; SAT, SpriteWorld and
  207. >Graphics Elements.
  208.  
  209. >I've written a few games using SAT and was most impressed with it.  Good
  210. >interface, logical structure, fast and reliable code.
  211.  
  212. >SpriteWorld looks good too, but seems much harder to use than SAT.
  213.  
  214. >Graphics Elements, to be frank, I wasn't very impressed with (no offense
  215. >to the author).  I liked SAT and SW better.
  216.  
  217. >I'll stick to SAT.  I just like it the best and it has pr
  218. >Games on the Net that were written with SAT:
  219. >- Asterax
  220. >- Bachman 2
  221. >- CyberNation
  222. >- Missions of the Reliant
  223. >- Warbirds
  224. >- ...
  225.  
  226. >How many games have been written with SpriteWorld?  I don't recall ever
  227. >having seen any reference to it in any game...
  228.  
  229. Yeah that is true, It'd be interesting to see if anything decent has been
  230. made with SpriteWorld. The latest version is very complete
  231. and packed with features, PPC native, and extremely fast.
  232.  
  233. There can be a bit of fiddling around with things that you'd
  234. rather not have to deal with thou.
  235.  
  236. Where can Graphic Elements be gotten from anyway? (ftp site {which one})
  237.  
  238.  
  239. - --------------------------------------------------------------------
  240. It is an important and popular fact that things are not always what
  241. they seem.  For instance, on the planet Earth, man had always assumed
  242. that he was more intelligent than dolphins because he had achieved so
  243. much -- the wheel, New York, wars and so on -- whilst all the dolphins
  244. had ever done was muck about in the water having a good time.  But
  245. conversely, the dolphins had always believed that they were far more
  246. intelligent than man -- for precisely the same reasons.
  247.              -- Douglas Adams "The Hitch-Hikers' Guide To The Galaxy".
  248. - --------------------------------------------------------------------
  249. Dan Hampton -- Austinmer, NSW, Australia.          <hamptn@uow.edu.au>
  250. - --------------------------------------------------------------------
  251.  
  252. +++++++++++++++++++++++++++
  253.  
  254. >From al@crucible.powertools.com (Al Evans)
  255. Date: 25 Aug 94 14:29:13 GMT
  256. Organization: PowerTools, Austin, Texas
  257.  
  258. In article <33gtva$gs7@wumpus.cc.uow.edu.au> hamptn@uow.edu.au ( Dan Hampton ) writes:
  259.  
  260. >Yeah that is true, It'd be interesting to see if anything decent has been
  261. >made with SpriteWorld. The latest version is very complete
  262. >and packed with features, PPC native, and extremely fast.
  263.  
  264. I have recently done some (contract) finishing work on a piece of
  265. educational software from a major educational publishing company that
  266. used SpriteWorld for its animation.
  267.  
  268. >There can be a bit of fiddling around with things that you'd
  269. >rather not have to deal with thou.
  270.  
  271. Although I did not deal directly with the animation routines in this
  272. package, it seemed to me that they required an enormous number of
  273. lines of code for what they did.
  274.  
  275. >Where can Graphic Elements be gotten from anyway? (ftp site {which one})
  276.  
  277. See my .signature.
  278.                     --Al Evans--
  279. -- 
  280. Al Evans        |   Graphic Elements: A new standard for 
  281. ________________________|__ high-performance interactive Macintosh graphics.
  282. al@crucible.powertools.com |  Available from mac.archive.umich.edu
  283. - -------------------------| /mac/development/libraries/graphicelements2.sit.hqx
  284.  
  285. +++++++++++++++++++++++++++
  286.  
  287. >From ingemar@lysator.liu.se (Ingemar Ragnemalm)
  288. Date: 28 Aug 1994 10:28:19 GMT
  289. Organization: (none)
  290.  
  291. ez033265@ucdavis.edu (Will Iverson) writes:
  292.  
  293. >SAT (as of version 2.1.2) doesn't offer native PPC support.
  294.  
  295. This is true, and the reason is that CodeWarrior is so damn buggy! I've tried
  296. porting some smaller hacks to it, and I'm getting tired of rebooting over
  297. and over again, with the debugger not catching any problems at all.
  298.  
  299. Actually, if there is some SKILLED programmer out there, with some
  300. experience with CodeWarrior Pascal, I'd be happy to let him/her try porting
  301. it. Perhaps a CodeWarrior version could skip the 68000 support and all
  302. blitters except 8-bit, just to get it running for PPC?
  303.  
  304. Considering what package is BEST, I think it's a matter of needs and taste.
  305.  
  306. SW is written as an Apple Manager. Fairly general, not too quick to get
  307. started with, handles sprite management only. I found it a little worrying
  308. to find out that it's made by a programmer who hasn't made a computer game
  309. in his life (that we know of). I mean, if HE can't make games with it,
  310. why should I believe I can? (The big problem I'm aiming at is the lack of
  311. a full game demo.) I'm not sure it has more USERS than SAT. More
  312. people have it, and I'm sure lots of people grab code from it, but who
  313. knows how many people uses it? It has some strong points, like staggered
  314. drawing (which isn't impossible in SAT, but a bit harder) and grouping
  315. the sprites in distinct so-called layers.
  316.  
  317. SAT is written for kick-start coding, for getting up in the air quickly,
  318. with a very small set of calls for the beginner. It includes asynch sound,
  319. simply because 99.9% of the programmers will need that too, and you don't
  320. want all the hassle making it work with Sound Manager 2! Good support for
  321. Pascal as well as C is a must. Pascal is easier to work with, and SAT is
  322. made to be beginner-friendly. NONE of the others support Pascal to any
  323. extent that is worth mentioning. SAT clearly has the best support for
  324. Macs not supporting 8-bit color (i.e. old Macs and Powerbooks), and supports
  325. scrolling games.
  326.  
  327. Graphical Elements, I've hardly had time to look at that at all, but I got the
  328. impression of a slightly different scope, not only at games. (I'll leave
  329. it to Al to make more specific statements.)
  330.  
  331. --
  332. - -
  333. Ingemar Ragnemalm, PhD
  334. Image processing, Mac shareware games
  335. E-mail address: ingemar@isy.liu.se or ingemar@lysator.liu.se
  336.  
  337. +++++++++++++++++++++++++++
  338.  
  339. >From dwareing@apanix.apana.org.au (David Wareing)
  340. Date: 29 Aug 94 03:21:33 GMT
  341. Organization: Apanix Public Access Unix, +61 8 373 5485 (5 lines)
  342.  
  343. mab22@po.cwru.edu (Mike Balfour) writes:
  344.  
  345. >In article <331iln$4fq@inferno.mpx.com.au>, gkm@jolt.mpx.com.au (Gavin K
  346. >Maxwell) wrote:
  347.  
  348. >> I would like to know peoples impressions of the available sprite 
  349. >> animation libraries.  The two I'm aware of are SpriteWorld and Sprite 
  350. >> Animation Toolkit (SAT), are there any others?  Which is the best?  
  351. >> Are there any gotchas to watch out for?  What are their limitations?
  352.  
  353. >Well, it seems that more people out there are using SpriteWorld, just
  354. >because it was released about a month before SAT.  SpriteWorld is also more
  355. >geared to C, where SAT was originally written for Pascal and has since been
  356. >updated to be usable from C.  Between the two, I'm very biased toward SAT. 
  357. >I beta-tested it for several months, and I found it was very easy to learn,
  358. >easy to use, and just good quick code.  It even makes my bad code run fast
  359. >(who else can claim that?)!  Somebody else recently posted the concern that
  360. >SAT still has warnings in it from the author, Ingemar, about various
  361. >kluges.  I wouldn't be concerned - everything's actually amazingly stable. 
  362. >I should know, I tried some pretty strange things from time to time to try
  363. >to make it break...
  364.  
  365. I'm not sure about the "more people use SpriteWorld" claim, but
  366. there have been several shareware games released lately that use
  367. SAT. And there are several more on the way. Seems to be a fairly
  368. hip and happening product.
  369.  
  370. --
  371. David Wareing
  372. Adelaide, South Australia         dwareing@apanix.apana.org.au
  373. - ------------------------------------------------------------
  374. Freelance Macintosh Games & Multimedia Programming
  375.  
  376. ---------------------------
  377.  
  378. >From jc@ac.dal.ca (JOHN CHRISTIE)
  379. Subject: CW PASCAL vs THINK PASCAL
  380. Date: 18 Aug 94 11:57:04 -0300
  381. Organization: Dalhousie University, Halifax, Nova Scotia, Canada
  382.  
  383. PASCAL keeners read this
  384.  
  385.     Has anyone here used MW PASCAL and THINK PASCAL.  I would be terribly
  386. interested in hearing how they compare from those who have used them.
  387.  
  388.                         Thanks
  389.                         John
  390.  
  391. +++++++++++++++++++++++++++
  392.  
  393. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  394. Date: Fri, 19 Aug 1994 11:07:15 +0800
  395. Organization: Department of Computer Science, The University of Western Australia
  396.  
  397. In article <1994Aug18.115704.26744@dal1>, jc@ac.dal.ca (JOHN CHRISTIE) wrote:
  398.  
  399. >        Has anyone here used MW PASCAL and THINK PASCAL.  I would be terribly
  400. >interested in hearing how they compare from those who have used them.
  401.  
  402. The big difference between MW Pascal and Think Pascal is that MW Pascal is
  403. going somewhere, and Think Pascal isn't.  MW Pascal still has it's
  404. problems (I'm still on 3.5 so my info may be out of date) but it's
  405. certainly a usable tool.  [For 68K, the PPC one is very much a development
  406. version.]  Think Pascal is, quite simply, the nicest development
  407. environment for the Macintosh.  *However* MW is catching up quick and
  408. Think isn't going anywhere ):  [for a variety of technical and marketting
  409. reasons]  So it'll only be a matter of time before MW wins.
  410. -- 
  411. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  412. Department of Computer Science, The University of Western Australia
  413.  
  414. +++++++++++++++++++++++++++
  415.  
  416. >From drickey@irus.rri.uwo.ca (Daniel W. Rickey)
  417. Date: 18 Aug 1994 19:06:11 GMT
  418. Organization: Imaging Research Labs
  419.  
  420.  
  421. I have tried both.  Actually, I have not had a chance try out the
  422. latest release (CW4).  Version 3.5 was still too buggy to evaluate
  423. properly.  However, it looks like debugging in Think Pascal is much
  424. easier.  CW has a different way of implementing writelns - it
  425. automatically creates an output window like TP, and it takes over the
  426. menu bar.  This makes the writeln mechanism mostly useless for
  427. debugging (as far as I can tell).  It will probably be a long time
  428. before the CW debugger is as nice as the ThinkP debugger...but we can
  429. hope!
  430.  
  431. Moving code from ThinkP to CW is proving to be "interesting".  A few
  432. library functions are missing in CW, although this is not too big of a
  433. deal.  There may be a few other differences in the way typecasting/type
  434. conversions are done between the two compilers.
  435.  
  436. One of the VERY nice features of CW is that it gives compile time
  437. warnings, e.g., variable declared but not used, etc.  The CW pascal and
  438. C compilers are also very similar, unlike Symantec's compilers.  This
  439. should make mixing of C and Pascal code in the same application much
  440. easier.
  441.  
  442.  
  443. Daniel W. Rickey
  444. drickey@.irus.rri.uwo.ca
  445.  
  446. Imaging Research Laboratories
  447. The J.P. Robarts Research Institute
  448. 100 Perth Drive
  449. London, Ontario
  450. CANADA  N6A 5K8
  451.  
  452. +++++++++++++++++++++++++++
  453.  
  454. >From ez033265@ucdavis.edu (Will Iverson)
  455. Date: Thu, 18 Aug 1994 20:25:20 GMT
  456. Organization: University of California, Davis
  457.  
  458. In article <1994Aug18.115704.26744@dal1>, jc@ac.dal.ca (JOHN CHRISTIE) wrote:
  459.  
  460. > PASCAL keeners read this
  461. >         Has anyone here used MW PASCAL and THINK PASCAL.  I would be terribly
  462. > interested in hearing how they compare from those who have used them.
  463. >                                                 Thanks
  464. >                                                 John
  465.  
  466. I've used both, although I've used Think Pascal far more.  I haven't been
  467. able to port my Think Pascal project over to MW Pascal yet because of
  468. (apparent) lack of full SANE support (and maybe something else I haven't
  469. found yet!) - although I'm not sure who to blame.
  470.  
  471. The Think debugger is fully integrated with the editor.  You want to set a
  472. breakpoint?  Just click while you're in the editor.  Lightsbugs lets you
  473. look at memory, data structures, etc.  You can stop your program and
  474. change values, as well as write small pieces of code to be executed
  475. instantly from within the program.  I find the entire programming cycle to
  476. be very short.
  477.  
  478. The debugger for MW is a seperate program, which has advantages &
  479. disadvantages.  The good news is that you can edit a program without
  480. resetting it, but it's a lot more of a pain to to set breakpoints.
  481.  
  482. The Think Editor supports pretty-printing, which means you can basically
  483. forget about formatting and have it do it all for you.
  484.  
  485. The MW Editor is sparser (keyword & comment coloring, no pretty-printing).
  486. It is smarter about things like having the cursor run off the right edge,
  487. however.
  488.  
  489. Think Pascal hasn't seen an update in years. MW Pascal is being updated as
  490. we speak, but doesn't feel as complete.  When I can switch my project over
  491. to MW Pascal, then my whole lab will switch over and we'll get a couple
  492. more copies of MW.
  493.  
  494. Of course, which is better also depends on what you're trying to do.
  495.  
  496. -Will Iverson
  497.  
  498. +++++++++++++++++++++++++++
  499.  
  500. >From philip@cs.uct.ac.za (Philip Machanick)
  501. Date: 19 Aug 1994 12:17:47 +0200
  502. Organization: Computer Science Department, University of Cape Town
  503.  
  504. Will Iverson (ez033265@ucdavis.edu) wrote:
  505. : The Think debugger is fully integrated with the editor.  You want to set a
  506. : breakpoint?  Just click while you're in the editor.  Lightsbugs lets you
  507. : look at memory, data structures, etc.  You can stop your program and
  508. : change values, as well as write small pieces of code to be executed
  509. : instantly from within the program.  I find the entire programming cycle to
  510. : be very short.
  511.  
  512. The Think Pascal environment is wonderful. If only it had been developed
  513. properly - in same ways it is still the best but you can't allow
  514. something to languish for so long without losing your lead eventually.
  515.  
  516. Another thing no one has mentioned in MW's favour: you get a free
  517. C and C++ compiler thrown in with it ;)
  518. --
  519. Philip Machanick                      philip@cs.wits.ac.za
  520. Computer Science Department, University of he Witwatesrand
  521. 2050 Wits, South Africa 27(11)716-3309 fax 339-7965
  522. (at University of Cape Town until November: 27(21)650-4058)
  523.  
  524. +++++++++++++++++++++++++++
  525.  
  526. >From oberst@gov.nt.ca (David Oberst)
  527. Date: Fri, 19 Aug 1994 15:10:03 GMT
  528. Organization: Government of the NWT, Canada
  529.  
  530. In article <3320sb$16f@cs.uct.ac.za> philip@cs.uct.ac.za (Philip Machanick) writes:
  531. >Another thing no one has mentioned in MW's favour: you get a free
  532. >C and C++ compiler thrown in with it ;)
  533. >--
  534. >Philip Machanick                      philip@cs.wits.ac.za
  535. >Computer Science Department, University of he Witwatesrand
  536. >2050 Wits, South Africa 27(11)716-3309 fax 339-7965
  537. >(at University of Cape Town until November: 27(21)650-4058)
  538.  
  539. Of course, to the true Pascalite, this could be considered a drawback
  540. instead of a positive <g>.
  541.  
  542.       David Oberst/GNWT Bureau of Statistics/Yellowknife, NWT, Canada
  543.       oberst@gov.nt.ca
  544.  
  545.  
  546. +++++++++++++++++++++++++++
  547.  
  548. >From peter.lewis@info.curtin.edu.au (Peter N Lewis)
  549. Date: Sat, 20 Aug 1994 17:55:22 +0800
  550. Organization: NCRPDA, Curtin University
  551.  
  552. >version.]  Think Pascal is, quite simply, the nicest development
  553. >environment for the Macintosh.  *However* MW is catching up quick and
  554. >Think isn't going anywhere ):  [for a variety of technical and marketting
  555. >reasons]  So it'll only be a matter of time before MW wins.
  556.  
  557. "a matter of time" likely being somewhere around about the end of the year
  558. when Metrowerks have said they will have their pascal compiler both
  559. supporting objects and compiling to PPC.
  560.    Peter.
  561. -- 
  562. Peter N Lewis <peter.lewis@info.curtin.edu.au> - Macintosh TCP fingerpainter
  563.  
  564. +++++++++++++++++++++++++++
  565.  
  566. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  567. Date: Sun, 21 Aug 1994 14:52:23 +0800
  568. Organization: Department of Computer Science, The University of Western Australia
  569.  
  570. In article <330bf3$eia@falcon.ccs.uwo.ca>, drickey@irus.rri.uwo.ca (Daniel
  571. W. Rickey) wrote:
  572.  
  573. >Moving code from ThinkP to CW is proving to be "interesting".  A few
  574. >library functions are missing in CW, although this is not too big of a
  575. >deal.  There may be a few other differences in the way typecasting/type
  576. >conversions are done between the two compilers.
  577.  
  578. MW Pascal implements MPW Pascal, not Think Pascal.  I've used both Think
  579. and MPW Pascal a lot and I know whether the differences lie.  But there
  580. are lots of gotchas out there for hard-core Think Pascal users.  Good
  581. luck.
  582. -- 
  583. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  584. Department of Computer Science, The University of Western Australia
  585.  
  586. +++++++++++++++++++++++++++
  587.  
  588. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  589. Date: Sun, 21 Aug 1994 14:53:05 +0800
  590. Organization: Department of Computer Science, The University of Western Australia
  591.  
  592. In article <3320sb$16f@cs.uct.ac.za>, philip@cs.uct.ac.za (Philip
  593. Machanick) wrote:
  594.  
  595. >Another thing no one has mentioned in MW's favour: you get a free
  596. >C and C++ compiler thrown in with it ;)
  597.        ^^^
  598. I'm not sure whether I'd consider this an advantage (:
  599. -- 
  600. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  601. Department of Computer Science, The University of Western Australia
  602.  
  603. +++++++++++++++++++++++++++
  604.  
  605. >From Vik_Rubenfeld@lamg.com (Vik Rubenfeld)
  606. Date: 21 Aug 1994 13:41:55 GMT
  607. Organization: Los Angeles Macintosh Group BBS
  608.  
  609. Q> MW Pascal implements MPW Pascal, not Think Pascal. I've used both
  610. Q> Think and MPW Pascal a lot and I know whether the differences lie.
  611. Q> But there are lots of gotchas out there for hard-core Think Pascal
  612. Q> users. Good luck.
  613.  
  614. Could you post a list describing some of the differences? Thanks in advance.
  615.  
  616. +++++++++++++++++++++++++++
  617.  
  618. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  619. Date: Mon, 22 Aug 1994 10:55:49 +0800
  620. Organization: Department of Computer Science, The University of Western Australia
  621.  
  622. In article <1088487199.6340968@lamgnet.lamg.com>, Vik_Rubenfeld@lamg.com wrote:
  623.  
  624. >Could you post a list describing some of the differences? Thanks in advance.
  625.  
  626. This is covered in one of the appendices in the Think Pascal reference manual.
  627.  
  628. My personal favourite gotcha is the differences in the built-in string
  629. function copy.  MPW (and MW) returns '' if any of the parameters are out
  630. of bounds whereas Think makes a best effort.
  631.  
  632. eg copy('abcd', 3, 255) returns '' in MPW and MW and 'cd' in Think.
  633. -- 
  634. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  635. Department of Computer Science, The University of Western Australia
  636.  
  637. +++++++++++++++++++++++++++
  638.  
  639. >From trentmd@scooby.beloit.edu (Michael Trent)
  640. Date: 22 Aug 1994 23:08:50 GMT
  641. Organization: Beloit College 
  642.  
  643. Quinn "The Eskimo! (quinn@cs.uwa.edu.au) wrote:
  644. : In article <1994Aug18.115704.26744@dal1>, jc@ac.dal.ca (JOHN CHRISTIE) wrote:
  645.  
  646. : >        Has anyone here used MW PASCAL and THINK PASCAL.  I would be terribly
  647. : >interested in hearing how they compare from those who have used them.
  648.  
  649. : The big difference between MW Pascal and Think Pascal is that MW Pascal is
  650. : going somewhere, and Think Pascal isn't. 
  651.  
  652. AMEN BROTHER!
  653.  
  654. As cool as it is to have a "We will not be Emulated!" c/c++ compiler, it was
  655. a new Pascal that drove me to order MWCW Gold!  I've spent too much time
  656. fighting the age of THINK Pascal to enjoy it anymore.
  657.  
  658. --
  659.       Mike Trent        |  Macintosh Specialist  |   Beloit College
  660. trentmd@stu.beloit.edu  |   Academic Computing   |  Beloit Wisconsin
  661.  
  662. +++++++++++++++++++++++++++
  663.  
  664. >From kn@doc.ic.ac.uk (Keng Ng)
  665. Date: 23 Aug 1994 11:46:16 GMT
  666. Organization: Imperial College, Dept. of Computing
  667.  
  668. In article <peter.lewis-2008941755220001@rocky.curtin.edu.au>,
  669. peter.lewis@info.curtin.edu.au (Peter N Lewis) wrote:
  670.  
  671. > >version.]  Think Pascal is, quite simply, the nicest development
  672. > >environment for the Macintosh.  *However* MW is catching up quick and
  673. > >Think isn't going anywhere ):  [for a variety of technical and marketting
  674. > >reasons]  So it'll only be a matter of time before MW wins.
  675. > "a matter of time" likely being somewhere around about the end of the year
  676. > when Metrowerks have said they will have their pascal compiler both
  677. > supporting objects and compiling to PPC.
  678.              ^^^^^^^
  679.  
  680. Does that mean that we'll be able to use it for MacApp 2.0.1 projects ?
  681.  
  682. -Keng
  683. _________________________________________________________________
  684.  
  685.  Keng T. Ng                      Email:   kn@doc.ic.ac.uk
  686.  Imperial College,
  687.  Dept. of Computing,             Phone:   +44 71 594 8287
  688.  180 Queen's Gate,               Fax:     +44 71 581 8024
  689.  London SW7 2BZ, UK
  690. _________________________________________________________________
  691.  
  692. +++++++++++++++++++++++++++
  693.  
  694. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  695. Date: Thu, 25 Aug 1994 11:30:54 +0800
  696. Organization: Department of Computer Science, The University of Western Australia
  697.  
  698. In article <kn-2308941245290001@146.169.14.31>, kn@doc.ic.ac.uk (Keng Ng) wrote:
  699.  
  700. >Does that mean that we'll be able to use it for MacApp 2.0.1 projects ?
  701.  
  702. For PPC code?  Unlikely without a lot of work.  MacApp 2.0.1 is full of
  703. lots of skanky things that make taking it native tricky.  Specifically:
  704. exception handling.
  705. -- 
  706. Quinn "The Eskimo!"        "Scout in a can. Simple, cheap, easy
  707.                             to use and it's expendable!"
  708.  
  709. +++++++++++++++++++++++++++
  710.  
  711. >From peter.lewis@info.curtin.edu.au (Peter N Lewis)
  712. Date: Thu, 25 Aug 1994 12:38:05 +0800
  713. Organization: NCRPDA, Curtin University
  714.  
  715. In article <quinn-2208941055490001@edu-dynamic1.educ.ecel.uwa.edu.au>,
  716. quinn@cs.uwa.edu.au (Quinn "The Eskimo!") wrote:
  717.  
  718. >My personal favourite gotcha is the differences in the built-in string
  719. >function copy.  MPW (and MW) returns '' if any of the parameters are out
  720. >of bounds whereas Think makes a best effort.
  721. >
  722. >eg copy('abcd', 3, 255) returns '' in MPW and MW and 'cd' in Think.
  723.  
  724. Yeah, this is mind nummingly anoying (although not quite annoying as DR/2s
  725. behaviour of copy :-)
  726.  
  727.  function TPcopy (source: string; start, count: integer): string;
  728.   var
  729.    i: integer;
  730.  begin
  731.   if (start < 1) then begin
  732.    count := count - (1 - start);
  733.    start := 1;
  734.   end;
  735.   if start + count > length(source) then begin
  736.    count := length(source) - start + 1;
  737.   end;
  738.   if count < 0 then begin
  739.    count := 0;
  740.   end;
  741.   source[0] := chr(count);
  742.   BlockMove(@source[start], @source[1], count);
  743.   TPcopy := source;
  744.  end;
  745.  
  746. Non optiomal, but who cares?
  747.  
  748. Enjoy,
  749.    Peter.
  750. -- 
  751. Peter N Lewis <peter.lewis@info.curtin.edu.au> - Macintosh TCP fingerpainter
  752.  
  753. +++++++++++++++++++++++++++
  754.  
  755. >From ingemar@lysator.liu.se (Ingemar Ragnemalm)
  756. Date: 28 Aug 1994 09:54:00 GMT
  757. Organization: (none)
  758.  
  759. peter.lewis@info.curtin.edu.au (Peter N Lewis) writes:
  760.  
  761. >>version.]  Think Pascal is, quite simply, the nicest development
  762. >>environment for the Macintosh.  *However* MW is catching up quick and
  763. >>Think isn't going anywhere ):  [for a variety of technical and marketting
  764. >>reasons]  So it'll only be a matter of time before MW wins.
  765.  
  766. >"a matter of time" likely being somewhere around about the end of the year
  767. >when Metrowerks have said they will have their pascal compiler both
  768. >supporting objects and compiling to PPC.
  769.  
  770. I doubt it. Even though PPC support is a strong point, they are so much
  771. behind in all other areas. No auto-indentation, not even on command. The
  772. debugger is a pain in the ass compared to Lightsbug - and where are
  773. Observe and Instant, my two favourite features? The debugger doesn't even
  774. seem to catch any errors to speak of. I hate when the program stops running,
  775. and the debugger says nothing, and I don't even know where it stopped.
  776. And the resource file is handled in the BRAIN-DAMAGED way that Think C used
  777. up to version 5.
  778.  
  779. I hope they can make a decent product of it, but I can see my productivity
  780. going down... Back to the Lightspeed C days, when debugging took several
  781. times longer, since there were no decent debugger arund.
  782.  
  783. --
  784. - -
  785. Ingemar Ragnemalm, PhD
  786. Image processing, Mac shareware games
  787. E-mail address: ingemar@isy.liu.se or ingemar@lysator.liu.se
  788.  
  789. +++++++++++++++++++++++++++
  790.  
  791. >From ingemar@lysator.liu.se (Ingemar Ragnemalm)
  792. Date: 28 Aug 1994 10:00:26 GMT
  793. Organization: (none)
  794.  
  795. Vik_Rubenfeld@lamg.com (Vik Rubenfeld) writes:
  796.  
  797. >Q> MW Pascal implements MPW Pascal, not Think Pascal. I've used both
  798. >Q> Think and MPW Pascal a lot and I know whether the differences lie.
  799. >Q> But there are lots of gotchas out there for hard-core Think Pascal
  800. >Q> users. Good luck.
  801.  
  802. >Could you post a list describing some of the differences? Thanks in advance.
  803.  
  804. Some obvious differences are that no managers are automatically used (thus,
  805. I'm building up a set of stuff to "uses" in all files - finding out exactly
  806. what standard managers to use is a pain), and initializations aren't
  807. automatic. All QuickDraw globals are in a "qd" record.
  808.  
  809. --
  810. - -
  811. Ingemar Ragnemalm, PhD
  812. Image processing, Mac shareware games
  813. E-mail address: ingemar@isy.liu.se or ingemar@lysator.liu.se
  814.  
  815. +++++++++++++++++++++++++++
  816.  
  817. >From howarth@bromo.med.uth.tmc.edu (Jack W. Howarth)
  818. Date: 28 Aug 1994 18:28:52 GMT
  819. Organization: University of Texas Medical School
  820.  
  821. In article <33pn7q$l5h@newsy.ifm.liu.se>
  822. ingemar@lysator.liu.se (Ingemar Ragnemalm) writes:
  823.  
  824. > Some obvious differences are that no managers are automatically used (thus,
  825. > I'm building up a set of stuff to "uses" in all files - finding out exactly
  826. > what standard managers to use is a pain), and initializations aren't
  827. > automatic. All QuickDraw globals are in a "qd" record.
  828.  
  829. Are you sure that some of your complaints are directed at the new
  830. Universal Headers from Apple and not MW Pascal itself?
  831.  
  832. Jack W. Howarth, Ph.D.                Univ. of Texas Medical School
  833. Research Fellow                                      P.O. Box 20708
  834. Department of Biochemistry                     Houston, Texas 77225
  835.  
  836. +++++++++++++++++++++++++++
  837.  
  838. >From peter.lewis@info.curtin.edu.au (Peter N Lewis)
  839. Date: Mon, 29 Aug 1994 10:10:52 +0800
  840. Organization: NCRPDA, Curtin University
  841.  
  842. >Some obvious differences are that no managers are automatically used (thus,
  843. >I'm building up a set of stuff to "uses" in all files - finding out exactly
  844. >what standard managers to use is a pain), and initializations aren't
  845.  
  846. ObiWan will tell you which unit to include for a given procedure.  I have
  847. the same problem, but a few compiles and it's fixed.  Also, you can use
  848. stuff like this:
  849.  
  850. {$IFC undefined THINK_Pascal}
  851.    uses
  852.       Events;
  853. {$ENDC}
  854.  
  855. To avoid having to include all the dummy unix in THINK Pascal.
  856.    Peter.
  857. -- 
  858. Peter N Lewis <peter.lewis@info.curtin.edu.au> - Macintosh TCP fingerpainter
  859.  
  860. ---------------------------
  861.  
  862. >From chrism@col.hp.com (Chris Magnuson)
  863. Subject: Items in system menu bar
  864. Date: 17 Aug 1994 20:17:44 GMT
  865. Organization: HP Colorado Springs Division
  866.  
  867.   I was reading about the Menu Manager last night, trying to figure out
  868.   how to stick icons in the Finder's menu bar (right up there next to 
  869.   the balloon, for example).  Anyone have any ideas on how to do this?
  870.   Is this considered Menu #0 and you just GetMenuHandle() on that?
  871.  
  872.   Hmm.  Any hints would be appreciated.
  873.  
  874.   Thanks,
  875.   Chris Magnuson
  876.   chrism@col.hp.com
  877.  
  878. +++++++++++++++++++++++++++
  879.  
  880. >From spencerl@crl.com (Spencer Low)
  881. Date: Wed, 17 Aug 1994 15:33:08 -0800
  882. Organization: LowTek Creations
  883.  
  884. In article <32tr98$pfg@hp-col.col.hp.com>, chrism@col.hp.com (Chris
  885. Magnuson) wrote:
  886. >   I was reading about the Menu Manager last night, trying to figure out
  887. >   how to stick icons in the Finder's menu bar (right up there next to 
  888. >   the balloon, for example).  Anyone have any ideas on how to do this?
  889. >   Is this considered Menu #0 and you just GetMenuHandle() on that?
  890.  
  891. If you want to install a System Menu (i.e. ColorSwitch, OtherMenu, Help
  892. menu, Application menu, etc.), check out the "star-menu" source at UMICH.
  893. Or read up on TSM menus in Inside Mac: Text.
  894.  
  895. Spencer
  896.  
  897. +++++++++++++++++++++++++++
  898.  
  899. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  900. Date: Thu, 25 Aug 1994 00:27:15 GMT
  901. Organization: Apple Computer
  902.  
  903. Chris Magnuson, chrism@col.hp.com writes:
  904. >   I was reading about the Menu Manager last night, trying to figure out
  905. >   how to stick icons in the Finder's menu bar (right up there next to 
  906. >   the balloon, for example).  Anyone have any ideas on how to do this?
  907. >   Is this considered Menu #0 and you just GetMenuHandle() on that?
  908.  
  909. There are really two things you want:
  910. (1) How to give a menu an icon as a title. Simple: It has to have a five
  911. character name, of which the first byte is '\01' (Ascii 01) and the other
  912. four are a handle to an icon suite. Needless to say, don't dispose the icon
  913. suite before the menu goes away.
  914. (2) How to put a menu on the right side of the menu bar. There's a particular
  915. range of negative menu IDs that signal a system menu; if you add a menu with
  916. such an ID it automatically goes on the right side, and it automatically will
  917. be added to the menu bar of every app that's launched. This means it's best
  918. to install such menus as soon as the menu bar first comes up; e.g. by
  919. patching DrawMenuBar. Make sure you load the icon into the System heap, of
  920. course, otherwise it'll be disposed when the current app quits.
  921.  
  922. I believe there is sample code somplace showing how to do this.
  923. Disclaimer: None of this stuff is supported by Apple (though it's cool) and
  924. these techniques may break in the future.
  925.  
  926. --Jens Alfke                           jens_alfke@powertalk.apple.com
  927.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  928.  
  929. +++++++++++++++++++++++++++
  930.  
  931. >From rollin@newton.apple.com (Keith Rollin)
  932. Date: Sun, 28 Aug 1994 18:39:36 -0800
  933. Organization: Apple ][ -> Mac -> Taligent -> Newton -> Windows?
  934.  
  935. In article <32tr98$pfg@hp-col.col.hp.com>, chrism@col.hp.com (Chris
  936. Magnuson) wrote:
  937.  
  938. >  I was reading about the Menu Manager last night, trying to figure out
  939. >  how to stick icons in the Finder's menu bar (right up there next to 
  940. >  the balloon, for example).  Anyone have any ideas on how to do this?
  941. >  Is this considered Menu #0 and you just GetMenuHandle() on that?
  942.  
  943.  
  944. The following tips concerning being compatible with future Mac OSes were
  945. distributed (I think) at the last WWDC:
  946.  
  947.  
  948. 7.  Extensions that try to modify menus in applications without their
  949. knowledge will no longer work. 
  950.  
  951. 8.  Extensions that install menus in the system portion of the menu bar
  952. will break if they access Menu Manager data without using the Menu Manager
  953. API.
  954.  
  955. 9.  Extensions that augment or override the behavior of the Apple menu
  956. (like adding hierarchical menus) will break.  
  957.  
  958.  
  959. That said, here's an INIT written by someone in Mac DTS that does what
  960. you're asking. Given the above warnings, I would consider the following
  961. hack to be unsupported, but about as best as you can do given today's
  962. Toolbox API.
  963.  
  964.  
  965.  
  966. ;   Sample INIT that puts up a system wide menu and installs a handler for it.
  967. ;   The general idea of this is that it waits for the system to install a
  968. system menu and then
  969. ;   when that menu is installed it installs its own menu. The patch to
  970. SystemMenu is what is
  971. ;   used to determine what to do when an item is selected.
  972. ;
  973. ;   Use the following MPW commands to build the INIT:
  974. ;
  975. ;   asm SampleINIT.a -o SampleINIT.a.o
  976. ;   Link -o SampleINIT -rt INIT=128 -ra Main=resSysHeap -t INIT SampleINIT.a.o
  977. ;   duplicate SampleINIT "{SystemFolder}Extensions:aSampleINIT"
  978. ;
  979. ;   Hack courtesy of Apple Developer Tech Support
  980. ;   Change History:
  981. ;   12/10/93    JLM     Created the INIT and made items beep with sysbeep
  982. ;
  983.  
  984.             PRINT   PUSH,OFF            ; don't print any of this stuff
  985.             
  986.             INCLUDE 'ToolEqu.a'
  987.             INCLUDE 'Traps.a'
  988.             INCLUDE 'PackMacs.a'
  989.             INCLUDE 'QuickEqu.a'
  990.             INCLUDE 'SysEqu.a'
  991.             
  992.             PRINT   POP             ; restore the PRINT options
  993.  
  994. theStub         proc    Export
  995.                 Import  ENTRY
  996.                 bra     ENTRY
  997.                 EndP
  998.                 
  999. MyGlobals       Record  0
  1000. OldInsertMenu   ds.L    1
  1001. OldSystemMenu   ds.L    1
  1002. MyMenuHand      ds.L    1
  1003. MyMenuID        ds.W    1
  1004.                 EndR
  1005.                 
  1006. tenderID        equ     $BF99       ; this looks like a good start  
  1007. Globals         proc    Export
  1008.                 ds      MyGlobals
  1009.                 Export  MyMenuStr
  1010. MyMenuStr       dc      'Item1;Item2'       ;
  1011.                 Export  MyMenuTitle
  1012. MyMenuTitle     dc      'SMU'               ; and our menu
  1013.                 EndP
  1014.             
  1015. MyInsertMenu    proc    Export
  1016. InsMenuFrame    Record  {xA6Link},DECR
  1017. xParmBegin      equ     *
  1018. theMenu         ds.L    1
  1019. before          ds.W    1
  1020. xParmSize       equ     xParmBegin-*
  1021. xRetAddr        ds.L    1
  1022. xJumpThru       ds.L    1                   ; store the real address here
  1023. on stack for unwinding
  1024. xA6Link         ds.L    1
  1025. * Insert local vars here
  1026. ZoneSave        ds.L    1
  1027. xLocalSize      equ     *
  1028.                 endr
  1029.                 with    InsMenuFrame,MyGlobals
  1030.                 clr.L   -(sp)               ; for the return address of
  1031. this routine
  1032.                 LINK    A6,#xLocalSize
  1033.                 movem.L D0-D2/A0-A4,-(sp)   ; save these temp registers
  1034.                 lea     Globals,A4          ; get our globals pointer so
  1035. we can test further
  1036.                 move.L  theMenu(A6),A0          ; get the menu handle
  1037. being installed
  1038.                 move.L  (A0),A0             ; deref it
  1039.                 tst.W   (A0)                ; see if its a system menu
  1040.                 bpl.s   @IgnorePatch        ; if so ignore the patch stuff
  1041.                 move.W  MyMenuID(A4),D0
  1042.                 tst.W   D0                  ; see if we are installed yet...
  1043.                 beq.s   @InstallMe          ; nope better install
  1044. ourselves first
  1045.                 cmp.W   (A0),D0             ; see if our menu has the same
  1046. ID as this menu
  1047.                 bne.s   @IgnorePatch        ; it does not, we can leave now
  1048.  
  1049. @IDConflict
  1050. ; if we get here the system menu ID number we have choosen is in conflict
  1051. with a system menu
  1052. ; used by the system. We could try to change our number or bail out. I
  1053. choose bailing out
  1054. ; for this example. The proper thing to do might be to examine the menu
  1055. list and try a different
  1056. ; number.
  1057.                 move.W  MyMenuID(A4),-(sp)  ; first delete the menu from
  1058. the menu bar
  1059.                 _DeleteMenu                 ; ok now the menu is deleted
  1060.                 move.W  #1,MyMenuID(A4)     ; and reset our menu ID to not
  1061. ever be a system menu but be non-zero
  1062.                 move.L  MyMenuHand(A4),-(sp)
  1063.                 _DisposeMenu                ; and dump the menu itself
  1064.                 move.L  #1,MyMenuHand(A4)   ; and zots the menu handle as well
  1065.                 bra.s   @ignorePatch        ; and exit
  1066. @InstallMe
  1067.                 move.L  theZone,zoneSave(A6)
  1068.                 move.L  SysZone,A0
  1069.                 _SetZone                    ; insure that the new menu
  1070. goes into the system heap
  1071.  
  1072.                 clr.L   -(sp)               ; first create our menu
  1073.                 move.W  #tenderID,-(sp)     ; move our projected ID on the stack
  1074.                 pea     MyMenuTitle ; and push our title pointer
  1075.                 _NewMenu
  1076.                 move.L  (sp),MyMenuHand(A4) ; set up our menu handle in memory
  1077.                 pea     MyMenuStr           
  1078.                 _AppendMenu                 ; now we have built us a menu
  1079.                 move.W  #tenderID,MyMenuID(A4)
  1080.                 
  1081.                 move.L  zoneSave(A6),A0
  1082.                 _SetZone                    ; switch back to the app heap
  1083.                 
  1084.                 move.L  MyMenuHand(A4),-(sp)
  1085.                 move.W  #tenderID,-(sp)
  1086.                 move.L  OldInsertMenu(A4),A0
  1087.                 jsr     (A0)                ; call the real insert menu to
  1088. insert us
  1089. ; ok, now we are inserted and we will work just fine...
  1090. ;
  1091.  
  1092. @ignorePatch
  1093. ; dummy up the stack to have the address of the real patch so's I can use
  1094. RTS to jump to
  1095. ; the real patch instead of A0
  1096.                 move.L  OldInsertMenu(A4),xJumpThru(A6)
  1097.                 movem.L (sp)+,D0-D2/A0-A4   ; restore the stack
  1098.                 unlk    A6                  ; and A6
  1099.                 rts                         ; now call back the original
  1100.                 EndP
  1101.                 
  1102. MySystemMenu    proc    Export
  1103. InsMenuFrame    Record  {xA6Link},DECR
  1104. xParmBegin      equ     *
  1105. theItem         ds.W    1
  1106. theMenuID       ds.W    1
  1107. xParmSize       equ     xParmBegin-*
  1108. xRetAddr        ds.L    1
  1109. xJumpThru       ds.L    1                   ; store the real address here
  1110. on stack for unwinding
  1111. xA6Link         ds.L    1
  1112. * Insert local vars here
  1113. xLocalSize      equ     *
  1114.                 EndR
  1115.                 with    InsMenuFrame,MyGlobals
  1116.                 clr.L   -(sp)               ; for the return address of
  1117. this routine
  1118.                 LINK    A6,#xLocalSize
  1119.                 movem.L D0-D2/A0-A4,-(sp)   ; save these temp registers
  1120.                 lea     Globals,A4          ; get our globals pointer so
  1121. we can test further
  1122.                 move.W  theMenuID(A6),D0
  1123.                 cmp.W   MyMenuID(A4),D0     ; see if its our menu
  1124.                 bne.s   @ignorePatch        ; if not simply call thru to
  1125. he other side
  1126. ; else this is our menu, for right now we will simply beep at the user
  1127.                 move.L  #$00050005,-(sp)    ; set up to beep twice
  1128.                 _Sysbeep
  1129.                 _SysBeep
  1130. ; and since we handled the menu we will now return to the caller
  1131.                 movem.L (sp)+,D0-D2/A0-A4   ; restore the stack
  1132.                 unlk    A6                  ; and A6
  1133.                 addQ.L  #4,sp               ; remove the long we pushed on
  1134. the stack earlier
  1135.                 move.L  (sp)+,(sp)          ; and remove the return
  1136. address and place it on top of the parms
  1137.                 rts                         ; and return to our regularly
  1138. scheduled app.
  1139.                 
  1140. @ignorePatch
  1141. ; dummy up the stack to have the address of the real patch so's I can use
  1142. RTS to jump to
  1143. ; the real patch instead of A0
  1144.                 move.L  OldSystemMenu(A4),xJumpThru(A6)
  1145.                 movem.L (sp)+,D0-D2/A0-A4   ; restore the stack
  1146.                 unlk    A6                  ; and A6
  1147.                 rts                         ; now call back the original
  1148.                 EndP
  1149.     
  1150. ENTRY           proc    export
  1151.  
  1152.                 With    MyGlobals
  1153.                 
  1154.                 _Debugger                   ; enter the debugger so's I
  1155. can test this stuff out
  1156.                 movem.L A0-A5/D0-D7,-(sp)   ; save regs to be safe
  1157.                 lea     Globals,A4          ; set up our globals            
  1158.                 
  1159.                 move.L  SysZone,A0
  1160.                 _SetZone
  1161.                 
  1162.                 lea     theStub,A0          ; now get our handle detach
  1163. and lock it down its already
  1164.                 _RecoverHandle              ; in the system heap
  1165.                 move.L  A0,-(sp)
  1166.                 _DetachResource             ; and detach the bad boy...
  1167.                 
  1168.                 Move.W  #$A935,D0           ; now insert my patch to
  1169. InsertMenu $A935
  1170.                 _GetTrapAddress
  1171.                 move.L  A0,OldInsertMenu(A4)
  1172.                 
  1173.                 lea     MyInsertMenu,A0
  1174.                 Move.W  #$A935,D0
  1175.                 _SetTrapAddress
  1176.                 
  1177.                 Move.W  #$A9B5,D0           ; now insert my patch to
  1178. SystemMenu $A9B5
  1179.                 _GetTrapAddress
  1180.                 move.L  A0,OldSystemMenu(A4)
  1181.                 
  1182.                 lea     MySystemMenu,A0
  1183.                 Move.W  #$A9B5,D0
  1184.                 _SetTrapAddress
  1185.                 
  1186.                 moveQ   #0,D0
  1187.                 move.W  D0,MyMenuID(A4)
  1188.                 Move.L  D0,MyMenuHand(A4)
  1189.                 move.L  ApplZone,A0
  1190.                 _SetZone
  1191.                 
  1192.                 movem.L (sp)+,A0-A5/D0-D7   ; save regs to be safe
  1193.         
  1194.                 rts
  1195.                 EndP
  1196.  
  1197.                     
  1198.                 End
  1199.  
  1200. - --------------------------------------------------------------------------
  1201. Keith Rollin --- Phantom Programmer --- Apple Computer, Inc. --- Team Newton
  1202.  
  1203. ---------------------------
  1204.  
  1205. >From zorro@cats.ucsc.edu (zorro)
  1206. Subject: Text searches.
  1207. Date: 16 Aug 1994 17:52:29 GMT
  1208. Organization: University of California; Santa Cruz
  1209.  
  1210.  
  1211.  
  1212. Constantly I find myself in the situation that Dina described... not knowing
  1213. where to look for a particulat #define, variable, or function.
  1214. So what I end up doing is uploading whole directories to my trusty Sparc
  1215. and using the 'grep' command. I realize this is wrong on a very basic level
  1216. and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1217. the functionality of 'grep'?
  1218. I could write one myself, all it would have to do is look through .c and .h
  1219. files for a text pattern, but I would prefer it if I didn't have to.
  1220.  
  1221. So, has anyone out there implemented 'grep'??
  1222.  
  1223. - Dan
  1224.  
  1225.  
  1226. +++++++++++++++++++++++++++
  1227.  
  1228. >From mcrawfor@bio.ri.ccf.org (Mike Crawford)
  1229. Date: Tue, 16 Aug 1994 19:08:16 GMT
  1230. Organization: The Cleveland Clinic Foundation
  1231.  
  1232. In article 2pg@darkstar.UCSC.EDU, zorro@cats.ucsc.edu (zorro) writes:
  1233. >
  1234. >
  1235. >Constantly I find myself in the situation that Dina described... not knowing
  1236. >where to look for a particulat #define, variable, or function.
  1237. >So what I end up doing is uploading whole directories to my trusty Sparc
  1238. >and using the 'grep' command. I realize this is wrong on a very basic level
  1239. >and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1240. >the functionality of 'grep'?
  1241. >I could write one myself, all it would have to do is look through .c and .h
  1242. >files for a text pattern, but I would prefer it if I didn't have to.
  1243. >
  1244. >So, has anyone out there implemented 'grep'??
  1245. >
  1246. >- Dan
  1247. >
  1248.  
  1249.  
  1250. MPW† has a tool called 'search'  which functions just like the 'grep' command.
  1251.  
  1252. Ex.
  1253.  
  1254. search "Str255" {CIncludes}*.h   // searches all .h files in the current directory for
  1255.                 // any occurance of 'Str255'
  1256.  
  1257. ****† NOTE, the wildcard character is not an asterisk, it's a double skwiggly line and
  1258. can be created by the  option-x  key combination... I just couldn't duplicate it in
  1259. this message.  Sorry for the crudity of my example.
  1260.  
  1261. the search command is very useful... I use it daily
  1262.  
  1263. good luck
  1264.  
  1265. mwc
  1266.  
  1267. - ----------
  1268. Internet: mcrawfor@bio.ri.ccf.org
  1269. AOL:      Marlin89@aol.com
  1270. eWorld:   Marlin89@eworld.com
  1271. - ----------
  1272. "And the people all said, "Sit down!" your rockin the boat..."
  1273. - ----------
  1274.  
  1275.  
  1276. +++++++++++++++++++++++++++
  1277.  
  1278. >From siegel@netcom.com (Rich Siegel)
  1279. Date: Tue, 16 Aug 1994 23:01:36 GMT
  1280. Organization: Bare Bones Software
  1281.  
  1282. In article <32quct$2pg@darkstar.UCSC.EDU> zorro@cats.ucsc.edu (zorro) writes:
  1283. >So what I end up doing is uploading whole directories to my trusty Sparc
  1284. >and using the 'grep' command. I realize this is wrong on a very basic level
  1285. >and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1286. >the functionality of 'grep'?
  1287. >
  1288. >So, has anyone out there implemented 'grep'??
  1289.  
  1290. Time to read the fine manual, particularly the chapter which describes
  1291. the "Search" tool. The MPW intrinsic "Help" has also proven safe and
  1292. effective when used as directed, particularly when combined with the
  1293. words "Expressions" and "Search".
  1294.  
  1295. R.
  1296. -- 
  1297. Rich Siegel % siegel@netcom.com    % President & CEO, Bare Bones Software Inc.
  1298. --> For information about BBEdit, finger bbedit@world.std.com <--
  1299.  
  1300. +++++++++++++++++++++++++++
  1301.  
  1302. >From bobo@reed.edu (Eric Bowman)
  1303. Date: 17 Aug 1994 03:56:27 GMT
  1304. Organization: Reed College,  Portland, Oregon
  1305.  
  1306. In article <32quct$2pg@darkstar.ucsc.edu>, zorro <zorro@cats.ucsc.edu> wrote:
  1307. >Constantly I find myself in the situation that Dina described... not knowing
  1308. >where to look for a particulat #define, variable, or function.
  1309. >So what I end up doing is uploading whole directories to my trusty Sparc
  1310. >and using the 'grep' command. I realize this is wrong on a very basic level
  1311. >and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1312. >the functionality of 'grep'?
  1313. >I could write one myself, all it would have to do is look through .c and .h
  1314. >files for a text pattern, but I would prefer it if I didn't have to.
  1315.  
  1316. Well, "Search" has all the functionality of "grep", except it uses MPW's 
  1317. regular expression syntax instead of unix's.  Other than that, though, it 
  1318. works great; better, even, than grep since it's so easy to jump to the 
  1319. results of the search by double-clicking lines spewed out by search.
  1320.  
  1321. I just used it to do a very nasty search:  I needed to "touch" every 
  1322. source file with an ASSERT, Debugger, or DebugStr (just got ETO 15!)...to 
  1323. do this you need only do the following:
  1324.  
  1325. setfile -m . \d
  1326. `grep -s /[AD][Se][Sb][Eu][Rg][TSg][te]*[r]*\d(/ \x.cp | \d
  1327. streamedit -d -e '/File \d"(\x)\r1\d"\d;/ print \r1' | \d
  1328. sort -unique`
  1329.  
  1330. where
  1331. \d = option-d
  1332. \r = option-r
  1333. \x = option-x
  1334.  
  1335. Oh yeah, I have search aliased as "grep" :)
  1336.  
  1337. Just try and do *that* in any other IDE...
  1338.  
  1339. cheers,
  1340. bobo
  1341.  
  1342.  
  1343. +++++++++++++++++++++++++++
  1344.  
  1345. >From Bruce@hoult.actrix.gen.nz (Bruce Hoult)
  1346. Date: Wed, 17 Aug 1994 15:26:30 +1200 (NZST)
  1347. Organization: (none)
  1348.  
  1349. zorro@cats.ucsc.edu (zorro) writes:
  1350. > Constantly I find myself in the situation that Dina described... not knowing
  1351. > where to look for a particulat #define, variable, or function.
  1352. > So what I end up doing is uploading whole directories to my trusty Sparc
  1353. > and using the 'grep' command. I realize this is wrong on a very basic level
  1354. > and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1355. > the functionality of 'grep'?
  1356. > I could write one myself, all it would have to do is look through .c and .h
  1357. > files for a text pattern, but I would prefer it if I didn't have to.
  1358.  
  1359. What's wrong with "search"?  Name too obscure, or something?
  1360.  
  1361.    search CloseWindow "{cincludes}"≈.h
  1362.  
  1363. -- Bruce
  1364.  
  1365. +++++++++++++++++++++++++++
  1366.  
  1367. >From zstern@adobe.com (Zalman Stern)
  1368. Date: Wed, 17 Aug 1994 07:57:22 GMT
  1369. Organization: Adobe Systems Incorporated
  1370.  
  1371.  writes
  1372. > zorro@cats.ucsc.edu (zorro) writes:
  1373. > > Constantly I find myself in the situation that Dina described... not  
  1374. knowing
  1375. > > where to look for a particulat #define, variable, or function.
  1376. > > So what I end up doing is uploading whole directories to my trusty Sparc
  1377. > > and using the 'grep' command. I realize this is wrong on a very basic  
  1378. level
  1379. > > and so what I want to ask is, does anyone know of an MPW Tool that  
  1380. duplicates
  1381. > > the functionality of 'grep'?
  1382. > > I could write one myself, all it would have to do is look through .c and  
  1383. h
  1384. > > files for a text pattern, but I would prefer it if I didn't have to.
  1385. > What's wrong with "search"?  Name too obscure, or something?
  1386.  
  1387. There is a port of the GNU grep command to MPW. I picked it up off  
  1388. ftp.apple.com a year or two ago. Its faster and has more functionality than  
  1389. search. The Mac is still relatively slow at this sort of thing compared to a  
  1390. decent UNIX box though.
  1391. --
  1392. Zalman Stern           zalman@adobe.com            (415) 962 3824
  1393. Adobe Systems, 1585 Charleston Rd., POB 7900, Mountain View, CA 94039-7900
  1394. It seems like once people grow up, they have no idea what's cool. - Calvin
  1395.  
  1396. +++++++++++++++++++++++++++
  1397.  
  1398. >From Bruce@hoult.actrix.gen.nz (Bruce Hoult)
  1399. Date: Thu, 18 Aug 1994 03:11:36 +1200 (NZST)
  1400. Organization: (none)
  1401.  
  1402. zstern@adobe.com (Zalman Stern) writes:
  1403. > There is a port of the GNU grep command to MPW. I picked it up off  
  1404. > ftp.apple.com a year or two ago. Its faster and has more functionality than  
  1405. > search. The Mac is still relatively slow at this sort of thing compared to a  
  1406. > decent UNIX box though.
  1407.  
  1408. "search" used to be slow.  I wrote my own tool to search for literal strings
  1409. and it ran at 1.5 MB/sec on a Q700 with Quantum LPS240 HD, searching 40 MB of
  1410. 200K files, while "search" ran at 300 KB/sec or so.
  1411.  
  1412. Then, a year or two ago, I got a new version of MPW and the search ran at the
  1413. same 1.5 MB/sec as my simple program did.  I've gone back to MPW Search ever
  1414. since.
  1415.  
  1416. -- Bruce
  1417.  
  1418. +++++++++++++++++++++++++++
  1419.  
  1420. >From becker@Xenon.Stanford.EDU (Denizen of the Deep)
  1421. Date: 17 Aug 1994 16:35:59 GMT
  1422. Organization: Computer Science Department, Stanford University.
  1423.  
  1424. In article <32quct$2pg@darkstar.UCSC.EDU>, zorro <zorro@cats.ucsc.edu> wrote:
  1425. >
  1426. >
  1427. >Constantly I find myself in the situation that Dina described... not knowing
  1428. >where to look for a particulat #define, variable, or function.
  1429. >So what I end up doing is uploading whole directories to my trusty Sparc
  1430. >and using the 'grep' command. I realize this is wrong on a very basic level
  1431. >and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1432. >the functionality of 'grep'?
  1433. >I could write one myself, all it would have to do is look through .c and .h
  1434. >files for a text pattern, but I would prefer it if I didn't have to.
  1435. >
  1436. >So, has anyone out there implemented 'grep'??
  1437. >
  1438. >- Dan
  1439. >
  1440.  
  1441.  
  1442. If you are working in MPW, there are tools you can use to accomplish the
  1443. same effect (though it's not as nice as grep IMHO).  The "files" tool
  1444. will list all the files in the specified directory, while the "search"
  1445. tool will search all the given files for the specified pattern.
  1446.  
  1447. In my worksheet, I have the following line marked as "Search in includes":
  1448.  
  1449. search -s /Gestalt/ `files -o -f -t TEXT "{mpw}"Interfaces:CIncludes`
  1450.  
  1451. This will search through all the MPW C header files for the given pattern.
  1452. In this case, it is searching for Gestalt.  To search for something else,
  1453. just change what's inside the '/' delimiters.  To search a different
  1454. directory, replace the "{mpw}"Interfaces:Cincludes with the directory
  1455. of your choice.  You can also specify the -r option to the files tool,
  1456. which will make the search recursively descend into subdirectories.
  1457.  
  1458. Hope that helps.
  1459.  
  1460. -Jon
  1461.  
  1462. +++++++++++++++++++++++++++
  1463.  
  1464. >From timothys@hood.uucp (Timothy Sherburne)
  1465. Date: 17 Aug 94 16:37:32 GMT
  1466. Organization: University of Portland
  1467.  
  1468. Bruce@hoult.actrix.gen.nz (Bruce Hoult) writes:
  1469.  
  1470. >zorro@cats.ucsc.edu (zorro) writes:
  1471. >> Constantly I find myself in the situation that Dina described... not knowing
  1472. >> where to look for a particulat #define, variable, or function.
  1473. >> So what I end up doing is uploading whole directories to my trusty Sparc
  1474. >> and using the 'grep' command. I realize this is wrong on a very basic level
  1475. >> and so what I want to ask is, does anyone know of an MPW Tool that duplicates
  1476. >> the functionality of 'grep'?
  1477. >> I could write one myself, all it would have to do is look through .c and .h
  1478. >> files for a text pattern, but I would prefer it if I didn't have to.
  1479.  
  1480. >What's wrong with "search"?  Name too obscure, or something?
  1481.  
  1482. >   search CloseWindow "{cincludes}"≈.h
  1483.  
  1484. >-- Bruce
  1485.  
  1486. All these suggestions to use the "search" tool are fine, but you can also install the "poptag" tool (found on the May '94 Tool Chest CD, but I couldn't find it on ETO 15 :(
  1487.  
  1488. It works like this:  highlight some function name, etc. and type cmd-P.  The definition will be given.
  1489.  
  1490. Works well IF you've got some extra space on your HD and the time to install it.
  1491.  
  1492. t
  1493. -- 
  1494.   | Timothy Sherburne                    |               Software Engineer |
  1495.   | Internet:  timothys@uofport.edu      |       Prometheus Products, Inc. |
  1496.   | AppleLink: D6164@applelink.apple.com |                  1-800-477-3473 |
  1497. *All comments are my own and in no way represent those of Prometheus Products*
  1498.  
  1499. +++++++++++++++++++++++++++
  1500.  
  1501. >From sw@network-analysis-ltd.co.uk (Sak Wathanasin)
  1502. Date: Thu, 18 Aug 94 10:35:34 BST
  1503. Organization: Network Analysis Ltd
  1504.  
  1505.  
  1506. In article <1994Aug17.075722.17513@adobe.com> (comp.sys.mac.programmer), zstern@adobe.com (Zalman Stern) writes:
  1507.  
  1508. > There is a port of the GNU grep command to MPW. I picked it up off  
  1509. > ftp.apple.com a year or two ago. Its faster and has more functionality than  
  1510. > search. The Mac is still relatively slow at this sort of thing compared to a  
  1511. > decent UNIX box though.
  1512.  
  1513. There's also "agrep" which is very fast; can't remember where I got
  1514. this from, but I can post to macgifts if people want it. Unfortunately,
  1515. it doesn't generate MPW-executable output like "Search", but it's dead
  1516. useful just for seeing which header file contains which definition.
  1517.  
  1518.  
  1519. Sak Wathanasin
  1520. Network Analysis Limited
  1521. 178 Wainbody Ave South, Coventry CV3 6BX, UK
  1522.  
  1523. Internet: sw@network-analysis-ltd.co.uk 
  1524. uucp:     ...!uknet!nan!sw                       AppleLink: NAN.LTD
  1525. Phone: (+44) 203 419996 Mobile:(+44) 850 587411  Fax: (+44) 203 690690
  1526.  
  1527. +++++++++++++++++++++++++++
  1528.  
  1529. >From lsr@taligent.com (Larry Rosenstein)
  1530. Date: Fri, 19 Aug 1994 17:30:55 GMT
  1531. Organization: Taligent, Inc.
  1532.  
  1533. In article <D2150050.7hqfm8@nan.network-analysis-ltd.co.uk>,
  1534. sw@network-analysis-ltd.co.uk wrote:
  1535.  
  1536. > There's also "agrep" which is very fast; can't remember where I got
  1537. > this from, but I can post to macgifts if people want it. Unfortunately,
  1538.  
  1539. If it's the same one I'm thinking of, then this is a fast string searcher
  1540. that allows for errors in the text (ie, it's more of a fuzzy match).  The
  1541. information I have says the source is available at
  1542. ftp://cs.arizona.edu/agrep/.
  1543.  
  1544. -- 
  1545. Larry Rosenstein
  1546. Taligent, Inc.
  1547.  
  1548. lsr@taligent.com
  1549.  
  1550. +++++++++++++++++++++++++++
  1551.  
  1552. >From hammett@sbsu1.auckland.ac.nz (Tim Hammett)
  1553. Date: 20 Aug 1994 23:25:41 GMT
  1554. Organization: University of Auckland
  1555.  
  1556. becker@Xenon.Stanford.EDU (Denizen of the Deep) writes:
  1557. >search -s /Gestalt/ `files -o -f -t TEXT "{mpw}"Interfaces:CIncludes`
  1558.  
  1559. Why not use:
  1560.  
  1561. search -s /Gestalt/ "{CIncludes}=.h"
  1562.  
  1563. (where = is option-x, i.e. the squiggly equals sign)
  1564.  
  1565. --
  1566. Tim Hammett, School of Biological Sciences, Auckland University, New Zealand.
  1567. t.hammett@auckland.ac.nz   Phone: +64-9-373-7599 x7298    FAX: +64-9-373-7416
  1568.  
  1569. +++++++++++++++++++++++++++
  1570.  
  1571. >From rollin@newton.apple.com (Keith Rollin)
  1572. Date: Wed, 24 Aug 1994 13:38:37 -0800
  1573. Organization: Apple ][ -> Mac -> Taligent -> Newton -> Windows?
  1574.  
  1575. In article <32te9f$goj@Times.Stanford.EDU>, becker@Xenon.Stanford.EDU
  1576. (Denizen of the Deep) wrote:
  1577.  
  1578. >
  1579. >If you are working in MPW, there are tools you can use to accomplish the
  1580. >same effect (though it's not as nice as grep IMHO).
  1581.  
  1582.  
  1583. I have a question for you, Jon: What does "grep" do that makes it so much
  1584. nicer than "search"?
  1585.  
  1586.  
  1587. >The "files" tool
  1588. >will list all the files in the specified directory, while the "search"
  1589. >tool will search all the given files for the specified pattern.
  1590. >
  1591. >In my worksheet, I have the following line marked as "Search in includes":
  1592. >
  1593. >search -s /Gestalt/ `files -o -f -t TEXT "{mpw}"Interfaces:CIncludes`
  1594. >
  1595. >This will search through all the MPW C header files for the given pattern.
  1596. >In this case, it is searching for Gestalt.  To search for something else,
  1597. >just change what's inside the '/' delimiters.  To search a different
  1598. >directory, replace the "{mpw}"Interfaces:Cincludes with the directory
  1599. >of your choice.  You can also specify the -r option to the files tool,
  1600. >which will make the search recursively descend into subdirectories.
  1601.  
  1602.  
  1603. Geeze, you make it look so difficult. I simply use:
  1604.  
  1605. search Gestalt "{CIncludes}"<opt-x>
  1606.  
  1607. Actually, I fibbed. I never do that. I just select the item in my Edit
  1608. menu that lets me search a common directory. In my UserStarup*Keith file,
  1609. I have:
  1610.  
  1611.     Set FabFolders "`quote <opt-d>
  1612.                     '{CIncludes}' <opt-d>
  1613.                     '{PInterfaces}' <opt-d>
  1614.                     '{AIncludes}' <opt-d>
  1615.                     '{RIncludes}' <opt-d>
  1616.                     '{MACPlusIncludes}' <opt-d>
  1617.                     '{MALibraries}' <opt-d>
  1618.                     '{MPWCustom}Scripts:' <opt-d>
  1619.                     '{MPW}Scripts:' <opt-d>
  1620.                     `"
  1621.  
  1622.     For f in {FabFolders}
  1623.         AddMenu "Find" "Search in {f}" "SearchIn <opt-d>"{f}<opt-d>" <opt-d>
  1624.             <opt-w><opt-w> <opt-d>"<opt-d>{WorkSheet<opt-d>}<opt-d>""
  1625.     End
  1626.  
  1627.  
  1628. "SearchIn" is the following script:
  1629.  
  1630.     Set Expr "`Request 'Enter regular expression' || Echo ''`"
  1631.     Exit If "{Expr}" == ""
  1632.     open "{WorkSheet}"
  1633.     if "{expr}" =~ /[a-z0-9]+/
  1634.         Search "{Expr}" "{1}" <opt-x>
  1635.     else
  1636.         Search /{Expr}/ "{1}" <opt-x>
  1637.     end
  1638.  
  1639. - --------------------------------------------------------------------------
  1640. Keith Rollin --- Phantom Programmer --- Apple Computer, Inc. --- Team Newton
  1641.  
  1642. +++++++++++++++++++++++++++
  1643.  
  1644. >From rollin@newton.apple.com (Keith Rollin)
  1645. Date: Thu, 25 Aug 1994 16:06:09 -0800
  1646. Organization: Apple ][ -> Mac -> Taligent -> Newton -> Windows?
  1647.  
  1648. In article <D2150050.7hqfm8@nan.network-analysis-ltd.co.uk>,
  1649. sw@network-analysis-ltd.co.uk wrote:
  1650.  
  1651. >In article <1994Aug17.075722.17513@adobe.com> (comp.sys.mac.programmer),
  1652. zstern@adobe.com (Zalman Stern) writes:
  1653. >
  1654. >> There is a port of the GNU grep command to MPW. I picked it up off  
  1655. >> ftp.apple.com a year or two ago. Its faster and has more functionality than  
  1656. >> search. The Mac is still relatively slow at this sort of thing compared
  1657. to a  
  1658. >> decent UNIX box though.
  1659. >
  1660. >There's also "agrep" which is very fast; can't remember where I got
  1661. >this from, but I can post to macgifts if people want it. Unfortunately,
  1662. >it doesn't generate MPW-executable output like "Search", but it's dead
  1663. >useful just for seeing which header file contains which definition.
  1664.  
  1665. I got a copy, dated Jan 1992, from cs.arizona.edu as agrep/agrep-2.04.tar.
  1666. Comes with source. I haven't tried it though.
  1667.  
  1668. - --------------------------------------------------------------------------
  1669. Keith Rollin --- Phantom Programmer --- Apple Computer, Inc. --- Team Newton
  1670.  
  1671. +++++++++++++++++++++++++++
  1672.  
  1673. >From rollin@newton.apple.com (Keith Rollin)
  1674. Date: Sun, 28 Aug 1994 18:21:13 -0800
  1675. Organization: Apple ][ -> Mac -> Taligent -> Newton -> Windows?
  1676.  
  1677. In article <3363dl$sil@ccu2.auckland.ac.nz>, hammett@sbsu1.auckland.ac.nz
  1678. (Tim Hammett) wrote:
  1679.  
  1680. >becker@Xenon.Stanford.EDU (Denizen of the Deep) writes:
  1681. >>search -s /Gestalt/ `files -o -f -t TEXT "{mpw}"Interfaces:CIncludes`
  1682. >
  1683. >Why not use:
  1684. >
  1685. >search -s /Gestalt/ "{CIncludes}=.h"
  1686. >
  1687. >(where = is option-x, i.e. the squiggly equals sign)
  1688.  
  1689.  
  1690. Using the following is much faster:
  1691.  
  1692. search -s Gestalt "{CIncludes}=.h"
  1693.  
  1694. The reason for this is that delimiting the search string with slashes
  1695. tells the Shell to perform a regular expression search. But the Shell can
  1696. also perform faster searches using a Boyer-Moore algorithm when it thinks
  1697. it's OK. Right now,  the only way it can tell this is when you feed it a
  1698. straight string. It would be nice if the searching routines would look in
  1699. the slashes and determine if it can use a Boyer-Moore search, but that's
  1700. not the way it works right now.
  1701.  
  1702. - --------------------------------------------------------------------------
  1703. Keith Rollin --- Phantom Programmer --- Apple Computer, Inc. --- Team Newton
  1704.  
  1705. ---------------------------
  1706.  
  1707. >From rmartin@luddites.tiac.net (Rich Martin)
  1708. Subject: Ticks (was: Clover+. interrupt?)
  1709. Date: Mon, 29 Aug 1994 14:58:16 -0500
  1710. Organization: Luddite Softwerks
  1711.  
  1712. PMJI, but this Ticks thing still haunts me. A project I worked on recently
  1713. was real-time intensive, and I assumed that Ticks would be incremented
  1714. every 1/60th second. IM told me that this was not guaranteed to happen
  1715. every time, but my assumption was that I would get no *more* than 60 ticks
  1716. in a second. All my time measurements went haywire. After much hair
  1717. pulling, we did some empirical tests and discovered that we were getting
  1718. something like 3605 ticks per minute. Yow! Slightly more than 60 ticks per
  1719. second! Over the course of 30 minutes, my program behaved as though it
  1720. were late when it actually was not. Once we accounted for this unexpected
  1721. Tick rate, timing improved sufficiently. Comments?
  1722. -- 
  1723. ____________________________________________________________________
  1724. http://www.mps.ohio-state.edu/cgi-bin/hpp?RichMartin.html |   Not   |
  1725. __________________________________________________________| Insane! |
  1726.       It's Easy to be Easy when You're Easy...            |_________|
  1727.  
  1728. +++++++++++++++++++++++++++
  1729.  
  1730. >From michael.martz@aldus.com (Michael Martz)
  1731. Date: 29 Aug 1994 20:41:40 GMT
  1732. Organization: Aldus Corporation, Seattle, WA USA
  1733.  
  1734. I had the very same thing happen to me a while ago. I set up code using
  1735. the time manager to count the number of ticks per second expecting to
  1736. find 55-60. When it turned out that I was getting 60+, I double checked
  1737. everything and then compared it to an external timing source. I
  1738. concluded that IM was incorrect.
  1739.  
  1740. I don't know why this occurs, but rest assured you are sane. For
  1741. periods around 30 minutes you really should be using the new Time
  1742. Manger rather than Ticks.
  1743.  
  1744. _______________________________________________________________________
  1745. Michael Martz           michael.martz@aldus.com             Aldus Corp.
  1746.  
  1747. +++++++++++++++++++++++++++
  1748.  
  1749. >From spector@bach.seattleu.edu (Mitchell S. Spector)
  1750. Date: 30 Aug 1994 09:24:58 -0700
  1751. Organization: Seattle University, Seattle, Washington, U.S.A.
  1752.  
  1753. In article <rmartin-2908941458160001@luddites.tiac.net>,
  1754. Rich Martin <rmartin@luddites.tiac.net> wrote:
  1755. >PMJI, but this Ticks thing still haunts me. A project I worked on recently
  1756. >was real-time intensive, and I assumed that Ticks would be incremented
  1757. >every 1/60th second. IM told me that this was not guaranteed to happen
  1758. >every time, but my assumption was that I would get no *more* than 60 ticks
  1759. >in a second. All my time measurements went haywire. After much hair
  1760. >pulling, we did some empirical tests and discovered that we were getting
  1761. >something like 3605 ticks per minute. Yow! Slightly more than 60 ticks per
  1762. >second! Over the course of 30 minutes, my program behaved as though it
  1763. >were late when it actually was not. Once we accounted for this unexpected
  1764. >Tick rate, timing improved sufficiently. Comments?
  1765.  
  1766.    I know IM says in various places that a tick is 1/60 of a second.
  1767. But, according to the discussion of the video interface in IM vol. III,
  1768. the vertical scan rate of the original Macintosh monitor was 60.15 Hz,
  1769. not 60 Hz.  I presume this implies that VBL interrupts were generated
  1770. every 1/60.15 sec, a little faster than 1/60 sec.  This would mean that
  1771. there were 3609 ticks per minute.
  1772.  
  1773.    I have no idea if Apple has maintained compatibility with the
  1774. original Mac to the point of generating VBL interrupts at exactly
  1775. the same frequency as on the original Mac.  But I take all this to
  1776. mean that Apple does not guarantee the exact frequency of the VBL
  1777. interrupt, and that no program should use ticks for exact timing.
  1778. The Time Manager should be used for that.
  1779.  
  1780. >-- 
  1781. >____________________________________________________________________
  1782. >http://www.mps.ohio-state.edu/cgi-bin/hpp?RichMartin.html |   Not   |
  1783. >__________________________________________________________| Insane! |
  1784. >      It's Easy to be Easy when You're Easy...            |_________|
  1785.  
  1786. --
  1787. Mitchell Spector
  1788. Dept. of Computer Science and Software Engineering
  1789. Seattle University
  1790. E-mail: spector@seattleu.edu
  1791.  
  1792.  
  1793. +++++++++++++++++++++++++++
  1794.  
  1795. >From h+@nada.kth.se (Jon W{tte)
  1796. Date: Tue, 30 Aug 1994 20:33:13 +0200
  1797. Organization: Royal Institute of Something or other
  1798.  
  1799. In article <rmartin-2908941458160001@luddites.tiac.net>,
  1800. rmartin@luddites.tiac.net (Rich Martin) wrote:
  1801.  
  1802. >were late when it actually was not. Once we accounted for this unexpected
  1803. >Tick rate, timing improved sufficiently. Comments?
  1804.  
  1805. Yeah, there are 60.15 ticks per second. This is documented.
  1806.  
  1807. What you should do is use the 
  1808. NewImprovedREALLYDriftFreeTimeManager to install a 
  1809. ReallyDriftFree TimeManager task that increments a variable. 
  1810. The plus side of this is that you get to set the interval of 
  1811. the "ticks"
  1812.  
  1813. Cheers,
  1814.  
  1815.                 / h+
  1816.  
  1817.  
  1818. --
  1819.   Jon W‰tte (h+@nada.kth.se), Hagagatan 1, 113 48 Stockholm, Sweden
  1820.  
  1821.   Reality exists only in your imagination.
  1822.  
  1823.  
  1824. +++++++++++++++++++++++++++
  1825.  
  1826. >From radixinc@aol.com (RadixInc)
  1827. Date: 30 Aug 1994 18:16:06 -0400
  1828. Organization: America Online, Inc. (1-800-827-6364)
  1829.  
  1830. In article <33vmgq$sqi@bach.seattleu.edu>, spector@bach.seattleu.edu
  1831. (Mitchell S. Spector) writes:
  1832.  
  1833. <<I have no idea if Apple has maintained compatibility with the
  1834. original Mac to the point of generating VBL interrupts at exactly
  1835. the same frequency as on the original Mac.>>
  1836.  
  1837. Apple has maintained compatibility; regardless of the actual monitor
  1838. frequency, a "VBL" interrupt is synthesized, supposedly at the original
  1839. 60.15/sec rate. As others have mentioned using the Ticks/VBL mechanism for
  1840. accurate timing is not advised, because (a) the frequency is not
  1841. guaranteed, and (b) VBL tasks (and updating Ticks) don't happen while
  1842. interrupts are disabled.
  1843.  
  1844. Gregory Jorgensen
  1845. Radix Consulting Inc.
  1846.  
  1847. ---------------------------
  1848.  
  1849. >From tfullert@bottom.magnus.acs.ohio-state.edu (tfullert)
  1850. Subject: What is the point of MPW?
  1851. Date: 13 Aug 1994 15:39:41 GMT
  1852. Organization: The Ohio State University
  1853.  
  1854. Hi:
  1855.  
  1856. I was given a copy of MPW 3.3 (not pirated, I was given all of the
  1857. materials in the huge box),and have the current shell from CodeWarrior.
  1858.  I am doing all of my own work on CodeWarrior and I want to devote some
  1859. energy to learning MPW.  What priority should I give this, though. 
  1860. Exactly what can I do with MPW which I cannot do with CodeWarrior or
  1861. SC++?
  1862.  
  1863. Thanks;
  1864.  
  1865. Tim
  1866.  
  1867. +++++++++++++++++++++++++++
  1868.  
  1869. >From nagle@netcom.com (John Nagle)
  1870. Date: Sat, 13 Aug 1994 20:06:23 GMT
  1871. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  1872.  
  1873. tfullert@bottom.magnus.acs.ohio-state.edu (tfullert) writes:
  1874. >I was given a copy of MPW 3.3 (not pirated, I was given all of the
  1875. >materials in the huge box),and have the current shell from CodeWarrior.
  1876. > I am doing all of my own work on CodeWarrior and I want to devote some
  1877. >energy to learning MPW.  What priority should I give this, though. 
  1878. >Exactly what can I do with MPW which I cannot do with CodeWarrior or
  1879. >SC++?
  1880.  
  1881.        The MPW compilers are so out-of-date that unless you have old
  1882. software developed under MPW you need to maintain, don't bother.
  1883.  
  1884.        MPW is basically a UNIX-like command line oriented environment,
  1885. under which you can run various UNIX-like tools.  It's useful if you
  1886. need to build UNIX-like tools to process data as part of your
  1887. program-building process. MPW dates from when the Mac could only run 
  1888. one program at a time, and it has its own hack for running "MPW tools" 
  1889. under its own shell.
  1890.  
  1891.                         John Nagle
  1892.  
  1893. +++++++++++++++++++++++++++
  1894.  
  1895. >From mclow@san_marcos.csusm.edu (Marshall Clow)
  1896. Date: Sat, 13 Aug 1994 13:53:09 -0800
  1897. Organization: Aladdin Systems
  1898.  
  1899. In article <32ipft$18t@charm.magnus.acs.ohio-state.edu>,
  1900. tfullert@bottom.magnus.acs.ohio-state.edu (tfullert) wrote:
  1901.  
  1902. > Hi:
  1903. > I was given a copy of MPW 3.3 (not pirated, I was given all of the
  1904. > materials in the huge box),and have the current shell from CodeWarrior.
  1905. >  I am doing all of my own work on CodeWarrior and I want to devote some
  1906. > energy to learning MPW.  What priority should I give this, though. 
  1907. > Exactly what can I do with MPW which I cannot do with CodeWarrior or
  1908. > SC++?
  1909.    Try this in CodeWarrior (or Think, for that matter). Build an
  1910. application containing 4 LDEFs, 2 MDEFs, 3 WDEFs, as well as 12 plug in
  1911. tools, putting the 'CODE' resources and the xDEF resources in a file of
  1912. type 'APPL', while each of the tools goes in a seperate file. Don't forget
  1913. to put the build date (and time) into the 'vers' resource so that testers
  1914. can tell exactily what they have. After you have built the application,
  1915. compress the resources in the application.
  1916.  
  1917. Oh yes, do this by choosing a single menu option.
  1918.  
  1919. -- 
  1920. Marshall Clow
  1921. Aladdin Systems
  1922. mclow@san_marcos.csusm.edu
  1923.  
  1924. +++++++++++++++++++++++++++
  1925.  
  1926. >From afcjlloyd@aol.com (AFC JLloyd)
  1927. Date: 13 Aug 1994 16:59:05 -0400
  1928. Organization: America Online, Inc. (1-800-827-6364)
  1929.  
  1930. In article <nagleCuHp6o.IsL@netcom.com>, nagle@netcom.com (John Nagle)
  1931. writes:
  1932.  
  1933. >tfullert@bottom.magnus.acs.ohio-state.edu (tfullert) writes:
  1934. >>I was given a copy of MPW 3.3 (not pirated, I was given all of the
  1935. >>materials in the huge box),and have the current shell from CodeWarrior.
  1936. >> I am doing all of my own work on CodeWarrior and I want to devote some
  1937. >>energy to learning MPW.  What priority should I give this, though. 
  1938. >>Exactly what can I do with MPW which I cannot do with CodeWarrior or
  1939. >>SC++?
  1940. >
  1941. >       The MPW compilers are so out-of-date that unless you have old
  1942. >software developed under MPW you need to maintain, don't bother.
  1943. >
  1944. >       MPW is basically a UNIX-like command line oriented environment,
  1945. >under which you can run various UNIX-like tools.  It's useful if you
  1946. >need to build UNIX-like tools to process data as part of your
  1947. >program-building process. MPW dates from when the Mac could only run 
  1948. >one program at a time, and it has its own hack for running "MPW tools" 
  1949. >under its own shell.
  1950.  
  1951. Although I agree a little with John Nagle's intent, I strongly disagree
  1952. with his message.  Although I use Think and CodeWarrior more than MPW, MPW
  1953. is still my preferred development environment when working on large
  1954. projects.  
  1955.  
  1956. The best thing about TPM and CodeWarrior is that they remove the need for
  1957. make files.  On small and medium sized projects, and even large projects
  1958. where only a single application is to be built, the ability to let the
  1959. environment deal with dependencies is a real blessing.
  1960.  
  1961. The worst thing about TPM and CodeWarrior is that remove the ability to
  1962. use custom make files.  On large projects where many loosely related
  1963. components must be built, the project-based environments are a pain. 
  1964. Maybe someday these enviroments will properly support subprojects or
  1965. makefiles, but until then, MPW is still superior for this kind of
  1966. development.
  1967.  
  1968. As to the MPW compilers being out of date, I suppose this is true if by
  1969. "MPW compilers" you mean Apple's C, Pascal, and CFront.  However, both
  1970. Symantec and Metrowerks have provided their compilers as MPW tools, and
  1971. the hybrid MrC available on ETO 15 looks like it may be a real winner
  1972. (I've only been using it for a couple days, so it's too soon for me to
  1973. say).
  1974.  
  1975. Jim Lloyd
  1976. afcjlloyd@aol.com
  1977.  
  1978.  
  1979. +++++++++++++++++++++++++++
  1980.  
  1981. >From hanrek@cts.com (Mark Hanrek)
  1982. Date: Sat, 13 Aug 1994 15:10:32 -0800
  1983. Organization: The Information Workshop
  1984.  
  1985. In article <32ipft$18t@charm.magnus.acs.ohio-state.edu>,
  1986. tfullert@bottom.magnus.acs.ohio-state.edu (tfullert) wrote:
  1987.  
  1988. > I was given a copy of MPW 3.3 (not pirated, I was given all of the
  1989. > materials in the huge box),and have the current shell from CodeWarrior.
  1990. > I am doing all of my own work on CodeWarrior and I want to devote some
  1991. > energy to learning MPW.  What priority should I give this, though. 
  1992. > Exactly what can I do with MPW which I cannot do with CodeWarrior or
  1993. > SC++?
  1994.  
  1995.  
  1996. Tim,
  1997.  
  1998. For one thing, you will have the privilege of compiling and easily playing
  1999. with example source code from Apple, which is quite often only available
  2000. in MPW format.
  2001.  
  2002. Apple is getting better at this, or perhaps it is because of the
  2003. individuals at Apple who realize that...
  2004.  
  2005.    "If you want programmers out there to move quickly, 
  2006.     don't make them jump through the hoop of having to 
  2007.     convert MPW source code to their environment."
  2008.  
  2009. ... and have graciously provided source code ready-to-compile for all the
  2010. big-three environments.
  2011.  
  2012. I am in the same situation as you are -- minus MPW.
  2013.  
  2014. Personally, I am really pissed, because I have Symantec C++, and the
  2015. PowerPC SDK, and I also have CodeWarrior 3.5, and that adds up to a good
  2016. chunk of change and a major investment of time.
  2017.  
  2018. For a while there, MPW was abandoned.
  2019.  
  2020. But now, I have been unable to participate as an OpenDoc early adopter, or
  2021. to even take advantage of the recent develop article on OSA -- which is
  2022. critical to my work -- just because I can't afford to purchase MPW, who's
  2023. price just went up to $450 the other day.
  2024.  
  2025. It makes my head spin.  I want to smash something.
  2026.  
  2027. I have always felt that all would-be Mac developers should be alerted that
  2028. it is not realistic to undertake developing software for the Macintosh
  2029. without having a minimum of $10,000 to spend on the minimum things you
  2030. need, and at least one year to write the simplest of programs (due to the
  2031. incredible wastes of time).
  2032.  
  2033. I wouldn't have then gone through all this anguish, and embarrassing
  2034. myself in front of so many people ( you know... investors, friends,
  2035. parents, c.s.m.p. ).
  2036.  
  2037. I can't blame anyone except myself.  I know that.  
  2038.  
  2039. Even so, the world can be a screwed up place to write Mac software in.
  2040.  
  2041. So much needed talent -- wasted.
  2042.  
  2043. <shaking head>
  2044.  
  2045.  
  2046. Mark Hanrek
  2047. The Information Workshop
  2048.  
  2049. - ---------------------------------------------------------
  2050. P.S.  Tim:  Keep it.  You'll need it.
  2051.  
  2052. +++++++++++++++++++++++++++
  2053.  
  2054. >From hanrek@cts.com (Mark Hanrek)
  2055. Date: Sat, 13 Aug 1994 16:03:09 -0800
  2056. Organization: The Information Workshop
  2057.  
  2058. In article <hanrek-1308941510320001@auke.cts.com>, hanrek@cts.com (Mark
  2059. Hanrek) wrote:
  2060.  
  2061. > ...can't afford to purchase MPW, who's price just went up to $450
  2062.  
  2063. oops.  After I went to check my facts, I realized that the $350 option
  2064. still remains.  
  2065.  
  2066. But I can save money by spending a hundred dollars more! :)
  2067.  
  2068.  
  2069. - ---------
  2070.  
  2071. A humorous aside...
  2072.  
  2073.  
  2074.   The rich get extra "quantity discounts".
  2075.   The poor get extra "late fees".
  2076.  
  2077.  
  2078. Crazy man, crazy.  :)
  2079.  
  2080.  
  2081. Mark Hanrek
  2082. The Information Workshop
  2083.  
  2084. +++++++++++++++++++++++++++
  2085.  
  2086. >From spencerl@crl.com (Spencer Low)
  2087. Date: Sat, 13 Aug 1994 20:15:26 -0800
  2088. Organization: LowTek Creations
  2089.  
  2090. In article <mclow-1308941353090001@lpm9.csusm.edu>,
  2091. mclow@san_marcos.csusm.edu (Marshall Clow) wrote:
  2092. >    Try this in CodeWarrior (or Think, for that matter). Build an
  2093. > application containing 4 LDEFs, 2 MDEFs, 3 WDEFs, as well as 12 plug in
  2094. > tools, putting the 'CODE' resources and the xDEF resources in a file of...
  2095. [more incredibly complex make stuff deleted :-]
  2096.  
  2097. Isn't this possible to do with ToolServer and some of the MPW tools? Or
  2098. does it get even more complex then?
  2099.  
  2100. (The worse I've had to do is to get AppleScript to talk to ToolServer to
  2101. Rez some files (with a special MPW/ToolServer script), open up my CW
  2102. project, link and make it, etc.)
  2103.  
  2104. Thanks,
  2105. Spencer
  2106. ________________________________________________________________________
  2107.   Spencer "MaxRAM" Low ------ LowTek Creations ----- spencerl@crl.com
  2108.  
  2109. +++++++++++++++++++++++++++
  2110.  
  2111. >From joseph@joebloe.maple-shade.nj.us (Joseph Nathan Hall)
  2112. Date: Sat, 13 Aug 94 22:20:46 MST
  2113. Organization: 5 Sigma Software
  2114.  
  2115.  
  2116. In article <nagleCuHp6o.IsL@netcom.com> (comp.sys.mac.programmer), nagle@netcom.com (John Nagle) writes:
  2117. ) tfullert@bottom.magnus.acs.ohio-state.edu (tfullert) writes:
  2118. ) >I was given a copy of MPW 3.3 (not pirated, I was given all of the
  2119. ) >materials in the huge box),and have the current shell from CodeWarrior.
  2120. ) > I am doing all of my own work on CodeWarrior and I want to devote some
  2121. ) >energy to learning MPW.  What priority should I give this, though. 
  2122. ) >Exactly what can I do with MPW which I cannot do with CodeWarrior or
  2123. ) >SC++?
  2124. )        The MPW compilers are so out-of-date that unless you have old
  2125. ) software developed under MPW you need to maintain, don't bother.
  2126. )        MPW is basically a UNIX-like command line oriented environment,
  2127. ) under which you can run various UNIX-like tools.  It's useful if you
  2128. ) need to build UNIX-like tools to process data as part of your
  2129. ) program-building process. MPW dates from when the Mac could only run 
  2130. ) one program at a time, and it has its own hack for running "MPW tools" 
  2131. ) under its own shell.
  2132.  
  2133. Yeah, it's a bummer when a tool dies, since it takes the shell with it.
  2134. Oh, well.
  2135.  
  2136. But anyway, yes, the compilers are slow and have some inappropriately
  2137. glib error messages that become less funny at 4 in the morning.  However,
  2138. there is no equivalent to MPW make in either TPM or CW.  Applescripts
  2139. are a somewhat awkward alternative, I guess, but for those of us who have
  2140. special needs (yacc-generated sources, or perhaps some inputs generated
  2141. by a perl script), MPW is basically the only way to automate the building 
  2142. of complex projects.  I think that you will find many commercial developers 
  2143. using MPW to build auxiliary stuff even if they don't use it for compiles 
  2144. in general.
  2145.  
  2146. Also, MPW gives you input redirection and piping for tools, which is handy 
  2147. and not available otherwise.
  2148.  
  2149. The word from Apple, which I will take under advisement, is that the
  2150. compilers are scheduled for a rev for speed later this year.
  2151.  
  2152. =============== O Fortuna, velut Luna, statu variabilis ===============
  2153. uunet!joebloe!joseph   (602) 732-2549 day   joseph%joebloe@uunet.uu.net
  2154. 1400 N Alma School                #163               Chandler, AZ 85224
  2155. Copyright 1994 by Joseph N. Hall.            Commercial use prohibited.
  2156.     "The division-WINNING Phillies!" -- Section 236, Row 08, Seat 03
  2157.                       (well, those were the days)
  2158.  
  2159. +++++++++++++++++++++++++++
  2160.  
  2161. >From wysocki@netcom.com (Chris Wysocki)
  2162. Date: Sun, 14 Aug 1994 07:41:37 GMT
  2163. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  2164.  
  2165. In article <hanrek-1308941510320001@auke.cts.com>,
  2166. Mark Hanrek <hanrek@cts.com> wrote:
  2167.  
  2168. >I have always felt that all would-be Mac developers should be alerted that
  2169. >it is not realistic to undertake developing software for the Macintosh
  2170. >without having a minimum of $10,000 to spend on the minimum things you
  2171. >need, and at least one year to write the simplest of programs (due to the
  2172. >incredible wastes of time).
  2173.  
  2174. Mark, would you care to enlighten all of us as to exactly how you
  2175. arrived at this $10,000 figure?  I personally have been programming
  2176. the Macintosh since 1985, and over the course of these nine years I
  2177. have not spent a combined $10k on all the development tools, books,
  2178. documentation and other resources that I have purchased, and I own a
  2179. fairly complete library of Macintosh development tools.  Today anyone
  2180. can go out and buy Code Warrior Bronze for $99, THINK Reference for
  2181. $50, the new Inside Macintosh CD for $99, a subscription to develop
  2182. for $30, and a few good tutorial books for $200, and they'll have an
  2183. excellent set of tools for learning how to program the Macintosh, all
  2184. for less than $500.  One certainly could easily spend far more than
  2185. this, but saying that $10k is needed to start programming the
  2186. Macintosh is akin to saying that one must purchase a $90,000 BMW 850iL
  2187. in order to learn how to drive a car.
  2188.  
  2189. Chris.
  2190.  
  2191.  
  2192. +++++++++++++++++++++++++++
  2193.  
  2194. >From sw@network-analysis-ltd.co.uk (Sak Wathanasin)
  2195. Date: Sun, 14 Aug 94 11:45:04 BST
  2196. Organization: Network Analysis Ltd
  2197.  
  2198.  
  2199. In article <mclow-1308941353090001@lpm9.csusm.edu> (comp.sys.mac.programmer), mclow@san_marcos.csusm.edu (Marshall Clow) writes:
  2200.  
  2201. >    Try this in CodeWarrior (or Think, for that matter). Build an
  2202. > application containing 4 LDEFs, 2 MDEFs, 3 WDEFs, as well as 12 plug in
  2203. > tools, putting the 'CODE' resources and the xDEF resources in a file of
  2204. > type 'APPL', while each of the tools goes in a seperate file. Don't forget
  2205. > to put the build date (and time) into the 'vers' resource so that testers
  2206. > can tell exactily what they have. After you have built the application,
  2207. > compress the resources in the application.
  2208. > Oh yes, do this by choosing a single menu option.
  2209.  
  2210. Never mind that - just building a fat PPC/68K application with CW is a
  2211. pain in the nether regions. With CW you have to maintain 2 separate
  2212. projects, one for 68K, one for PPC. With MPW, I have 1 makefile to look
  2213. after.
  2214.  
  2215. Another thing that gets me with the CW/Think approach is that you must
  2216. include all of the srcs files for TCL, MacApp, PowerPlant, whatever
  2217. into your project if you want symbolic debugging of the libs. That
  2218. means a copy of the lib (with symbols) for every project that uses the
  2219. class lib. OK, so 1 GB disks are ten a penny these days. But when I get
  2220. a new release of TCL, MacApp, or whatever, it means recompiling every
  2221. TC/CW project that uses these libs. So if you have 10 projects that
  2222. use, say, MacApp, that means recompiling MacApp 10 times. With MPW, I
  2223. recompile the class lib once, build a library, then relink; at most I
  2224. only have to recompile my srcs (because of header changes). Much more
  2225. civilized.
  2226.  
  2227. Luckily, from CW 3.5 on, I have the best of both worlds.
  2228.  
  2229. Sak Wathanasin
  2230. Network Analysis Limited
  2231. 178 Wainbody Ave South, Coventry CV3 6BX, UK
  2232.  
  2233. Internet: sw@network-analysis-ltd.co.uk 
  2234. uucp:     ...!uknet!nan!sw                       AppleLink: NAN.LTD
  2235. Phone: (+44) 203 419996 Mobile:(+44) 850 587411  Fax: (+44) 203 690690
  2236.  
  2237. +++++++++++++++++++++++++++
  2238.  
  2239. >From partingt@fwi.uva.nl (Vincent Partington)
  2240. Date: 14 Aug 1994 15:20:23 GMT
  2241. Organization: FWI, University of Amsterdam
  2242.  
  2243. spencerl@crl.com (Spencer Low) writes:
  2244.  
  2245. >Isn't this possible to do with ToolServer and some of the MPW tools? Or
  2246. >does it get even more complex then?
  2247.  
  2248. I've written a small MPW Tool that can send a "Make Project" event to the
  2249. CodeWarrior environment. I use a makefile for stuff that needs to be built
  2250. by MPW Tools (Rez, Flex, Bison) and a CW project for the C code.
  2251. I type the following in the ToolServer window to have everything updated
  2252. automatically:
  2253. Make >__commands
  2254. __commands
  2255. delete __commands
  2256. MPWMake
  2257.  
  2258. O yeah, the tool doesn't need AppleScript to do this. Funnily enough I got CW4
  2259. yesterday and it contains some sample code to send AppleEvents to the CW
  2260. environment.
  2261. Anyway the source can be gotten by fingering partingt@gene.fwi.uva.nl.
  2262.  
  2263. Vincent.
  2264. -- 
  2265. appel peer banaan baksteen           ||| The Fingerware Project:
  2266. schelp zon zand rolstoel             ||| Put your code snippets in your .plan!
  2267. groen wit geel flatgebouw            ||| If you want to know more
  2268. boer postbode bouwvakker roos        ||| finger partingt@gene.fwi.uva.nl
  2269.  
  2270. +++++++++++++++++++++++++++
  2271.  
  2272. >From nick+@pitt.edu ( nick.c )
  2273. Date: Sun, 14 Aug 94 18:19:05 GMT
  2274. Organization: The Pitt, Chemistry
  2275.  
  2276. In Article <hanrek-1308941510320001@auke.cts.com>, hanrek@cts.com (Mark
  2277. Hanrek) wrote:
  2278.  
  2279. >Personally, I am really pissed, because I have Symantec C++, and the
  2280. >PowerPC SDK, and I also have CodeWarrior 3.5, and that adds up to a good
  2281. >chunk of change and a major investment of time.
  2282. >
  2283. >For a while there, MPW was abandoned.
  2284. >
  2285. >But now, I have been unable to participate as an OpenDoc early adopter, or
  2286. >to even take advantage of the recent develop article on OSA -- which is
  2287. >critical to my work -- just because I can't afford to purchase MPW, who's
  2288. >price just went up to $450 the other day.
  2289.  
  2290.  
  2291.     Not sure if this helps (you might be talking about the Apple
  2292.       compilers), but there is a fully configured version of the MPW
  2293.       shell for use with CW on CW4 - I think it was there for 3.5 too.
  2294.  
  2295.  
  2296.   
  2297.  
  2298.      Interet: nick@pitt.edu         _/   _/  _/  _/_/_/   _/   _/  
  2299.       eWorld: nick                 _/_/ _/  _/  _/   _/  _/_/_/    
  2300.          CIS: 71232,766           _/ _/_/  _/  _/       _/ _/      
  2301.                                  _/   _/  _/   _/_/_/  _/   _/     
  2302.     
  2303.            "Science is nothing but perception" - Plato
  2304.  
  2305.  
  2306. +++++++++++++++++++++++++++
  2307.  
  2308. >From Ken Prehoda <kenp@nmrfam.wisc.edu>
  2309. Date: 14 Aug 1994 21:29:19 GMT
  2310. Organization: Univ of Wisc-Madison
  2311.  
  2312. In article <nick+.1127275985H@usenet.pitt.edu>
  2313. nick.c, nick+@pitt.edu writes:
  2314. >    Not sure if this helps (you might be talking about the Apple
  2315. >      compilers), but there is a fully configured version of the MPW
  2316. >      shell for use with CW on CW4 - I think it was there for 3.5 too.
  2317.  
  2318. I think Mark was talking about the MPW compilers, since he said he
  2319. has codewarrior AND the PPC SDK, both of which contain the MPW 3.3
  2320. shell.
  2321.  
  2322. Currently, MPW C++ is pretty much required to do build opendoc part
  2323. editors.  I, and I'm sure many others, are waiting for the opendoc
  2324. beta (that uses SOM instead of ASLM) so we can use MW C++ (or
  2325. Symantec).
  2326.  
  2327. However, there is a folder on the OpenDoc A6 CD for building opendoc
  2328. with codewarrior which can get you a long way until the beta arrives.
  2329.  
  2330. -Ken Prehoda
  2331. kenp@nmrfam.wisc.edu
  2332.  
  2333. +++++++++++++++++++++++++++
  2334.  
  2335. >From Gavriel State <grstate@metrowerks.ca>
  2336. Date: 14 Aug 1994 18:36:49 GMT
  2337. Organization: Metrowerks Inc.
  2338.  
  2339. In article <D2150050.77d207@nan.network-analysis-ltd.co.uk> Sak Wathanasin, 
  2340. sw@network-analysis-ltd.co.uk writes:
  2341. > Another thing that gets me with the CW/Think approach is that you must
  2342. > include all of the srcs files for TCL, MacApp, PowerPlant, whatever
  2343. > into your project if you want symbolic debugging of the libs. That
  2344.  
  2345. In CW4 you can debug PPC shared libraries in source.  Just build MacApp, 
  2346. Powerplant, or whatever as a shared library, include it in your project, 
  2347. and go.  
  2348.  
  2349. --
  2350.  Gavriel State | 4A Systems Design Engineering/Economics | Univ. of Waterloo
  2351. - ---------------------------------------------------------------------------
  2352. Email: grstate@metrowerks.ca    | "Sentence fragment.  Another.  Good device.
  2353. - ------------------------------|   Will be used more later." - This is the
  2354.  Metrowerks CodeWarrior Pascal  |   title of the story, which is also found
  2355. Co-Op Engineering Student Person|      several times in the story itself.
  2356.  
  2357. +++++++++++++++++++++++++++
  2358.  
  2359. >From chrism@col.hp.com (Chris Magnuson)
  2360. Date: 15 Aug 1994 04:07:20 GMT
  2361. Organization: HP Colorado Springs Division
  2362.  
  2363. Chris Wysocki (wysocki@netcom.com) wrote:
  2364. : In article <hanrek-1308941510320001@auke.cts.com>,
  2365. : Mark Hanrek <hanrek@cts.com> wrote:
  2366.  
  2367. <snip snip>
  2368. : Mark, would you care to enlighten all of us as to exactly how you
  2369. : arrived at this $10,000 figure?  I personally have been programming
  2370. : the Macintosh since 1985, and over the course of these nine years I
  2371. : have not spent a combined $10k on all the development tools, books,
  2372. : documentation and other resources that I have purchased, and I own a
  2373. : fairly complete library of Macintosh development tools.  Today anyone
  2374. : can go out and buy Code Warrior Bronze for $99, THINK Reference for
  2375. : $50, the new Inside Macintosh CD for $99, a subscription to develop
  2376. : for $30, and a few good tutorial books for $200, and they'll have an
  2377. : excellent set of tools for learning how to program the Macintosh, all
  2378. : for less than $500.  One certainly could easily spend far more than
  2379. : this, but saying that $10k is needed to start programming the
  2380. : Macintosh is akin to saying that one must purchase a $90,000 BMW 850iL
  2381. : in order to learn how to drive a car.
  2382.  
  2383.   Well, you forgot to buy a Mac for one thing. :)
  2384.  
  2385.   Chris Magnuson
  2386.   chrism@col.hp.com
  2387.  
  2388. +++++++++++++++++++++++++++
  2389.  
  2390. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  2391. Date: Mon, 15 Aug 1994 14:30:46 +0800
  2392. Organization: Department of Computer Science, The University of Western Australia
  2393.  
  2394. In article <01050166.75ttt1@joebloe.maple-shade.nj.us>,
  2395. joseph@joebloe.maple-shade.nj.us wrote:
  2396.  
  2397. >Yeah, it's a bummer when a tool dies, since it takes the shell with it.
  2398. >Oh, well.
  2399.  
  2400. The tool has to die pretty badly for "g sysrecover" to fail.
  2401. -- 
  2402. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  2403. Department of Computer Science, The University of Western Australia
  2404.  
  2405. +++++++++++++++++++++++++++
  2406.  
  2407. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  2408. Date: Mon, 15 Aug 1994 14:33:32 +0800
  2409. Organization: Department of Computer Science, The University of Western Australia
  2410.  
  2411. In article <spencerl-130894201526@DialupNewsWatcher>, spencerl@crl.com
  2412. (Spencer Low) wrote:
  2413.  
  2414. >Isn't this possible to do with ToolServer and some of the MPW tools? Or
  2415. >does it get even more complex then?
  2416.  
  2417. I've built things in MPW that would make your hair curl.  Specifically
  2418. trying to hack MW or TPM to build something as complicated as LabMaster
  2419. would have been defeating the point of these environments.  Use the right
  2420. tools for the job.  If you're building an application then using MW or
  2421. TPM.  If you're building something hideous then MPW is your friend.
  2422.  
  2423. Besides [warning, holy way bait!] MPW's editor is *sooo* much better than
  2424. any other editor on the Mac.
  2425. -- 
  2426. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  2427. Department of Computer Science, The University of Western Australia
  2428.  
  2429. +++++++++++++++++++++++++++
  2430.  
  2431. >From tree@bedford.symantec.com (Tom Emerson)
  2432. Date: 15 Aug 1994 11:41:55 GMT
  2433. Organization: Symantec Development Tools Group
  2434.  
  2435. In article <quinn-1508941433320001@edu-dynamic1.educ.ecel.uwa.edu.au>,
  2436. quinn@cs.uwa.edu.au (Quinn "The Eskimo!") wrote:
  2437.  
  2438. > Besides [warning, holy way bait!] MPW's editor is *sooo* much better than
  2439. > any other editor on the Mac.
  2440.  
  2441. So, what features of the MPW editor do you prefer over those provided by
  2442. any other editor?
  2443.  
  2444.    -tre
  2445.  
  2446. -- 
  2447. Tom Emerson                                              Software Engineer
  2448. Development Tools Group                               Symantec Corporation
  2449.                           tree@bedford.symantec.com
  2450.   "I dreamed I had to take a test, in a Dairy Queen, on another planet."
  2451.  
  2452. +++++++++++++++++++++++++++
  2453.  
  2454. >From neal@farallon.com (Neal Trautman)
  2455. Date: 15 Aug 1994 14:04:01 GMT
  2456. Organization: Farallon Computing, Inc.
  2457.  
  2458. In article <mclow-1308941353090001@lpm9.csusm.edu>, mclow@san_marcos.csusm.edu (Marshall Clow) writes:
  2459. >    Try this in CodeWarrior (or Think, for that matter). Build an
  2460. > application containing 4 LDEFs, 2 MDEFs, 3 WDEFs, as well as 12 plug in
  2461. > tools, putting the 'CODE' resources and the xDEF resources in a file of
  2462. > type 'APPL', while each of the tools goes in a seperate file. Don't forget
  2463. > to put the build date (and time) into the 'vers' resource so that testers
  2464. > can tell exactily what they have. After you have built the application,
  2465. > compress the resources in the application.
  2466. > Oh yes, do this by choosing a single menu option.
  2467.  
  2468. I agree.  Timbuktu has two applications, a Desk Accessory,
  2469. an Extension with an INIT, a DRVR and stand-alone code resources,
  2470. an AOCE catalog template, an Installer script, and two help files.
  2471. Most all of these files are also compressed.
  2472.  
  2473. AND, I can build all this in 4 languages (English, French, German,
  2474. and Kanji) by selecting one menu command.
  2475.  
  2476. Now, on the other hand, for the Metroweks Profiler viewer application,
  2477. I used CodeWarrior and PowerPlant there was only one piece to build.
  2478.  
  2479. ==========================================================================
  2480. Neal Trautman                          I climbed to the top of the ladder
  2481. Timbuktu Lead Software Engineer          of success only to realize it was
  2482. Metrowerks CodeWarrior Profiler co-author  leaning against the wrong wall.
  2483. ==========================================================================
  2484.  
  2485.  
  2486. +++++++++++++++++++++++++++
  2487.  
  2488. >From hanrek@cts.com (Mark Hanrek)
  2489. Date: Mon, 15 Aug 1994 09:36:04 -0800
  2490. Organization: The Information Workshop
  2491.  
  2492. In article <32m2bf$ilh@news.doit.wisc.edu>, Ken Prehoda
  2493. <kenp@nmrfam.wisc.edu> wrote:
  2494.  
  2495. > In article <nick+.1127275985H@usenet.pitt.edu>
  2496. > nick.c, nick+@pitt.edu writes:
  2497. > >    Not sure if this helps (you might be talking about the Apple
  2498. > >      compilers), but there is a fully configured version of the MPW
  2499. > >      shell for use with CW on CW4 - I think it was there for 3.5 too.
  2500. > I think Mark was talking about the MPW compilers, since he said he
  2501. > has codewarrior AND the PPC SDK, both of which contain the MPW 3.3
  2502. > shell.
  2503. > Currently, MPW C++ is pretty much required to do build opendoc part
  2504. > editors.  I, and I'm sure many others, are waiting for the opendoc
  2505. > beta (that uses SOM instead of ASLM) so we can use MW C++ (or
  2506. > Symantec).
  2507. > However, there is a folder on the OpenDoc A6 CD for building opendoc
  2508. > with codewarrior which can get you a long way until the beta arrives.
  2509. > -Ken Prehoda
  2510. > kenp@nmrfam.wisc.edu
  2511.  
  2512. Thanks, Ken, for clarifying that for me.  And thanks for the reference to
  2513. that folder!
  2514.  
  2515. I quadruple-checked for anything to do with CodeWarrior on the A6 CD, and
  2516. found a read-me that referred to a folder that does not exist, at least on
  2517. the WWDC version of OpenDoc A6.
  2518.  
  2519. So, is it the case that this folder does exist on another version of the
  2520. OpenDoc A6 release?  I looked on eWorld, but those files come in clumps.
  2521. :)
  2522.  
  2523. Still trying...
  2524.  
  2525. Mark Hanrek
  2526.  
  2527. +++++++++++++++++++++++++++
  2528.  
  2529. >From mclow@san_marcos.csusm.edu (Marshall Clow)
  2530. Date: Mon, 15 Aug 1994 10:14:05 -0800
  2531. Organization: Aladdin Systems
  2532.  
  2533. In article <tree-1508940738330001@155.64.60.63>, tree@bedford.symantec.com
  2534. (Tom Emerson) wrote:
  2535.  
  2536. > In article <quinn-1508941433320001@edu-dynamic1.educ.ecel.uwa.edu.au>,
  2537. > quinn@cs.uwa.edu.au (Quinn "The Eskimo!") wrote:
  2538. > > Besides [warning, holy way bait!] MPW's editor is *sooo* much better than
  2539. > > any other editor on the Mac.
  2540. > So, what features of the MPW editor do you prefer over those provided by
  2541. > any other editor?
  2542.  
  2543. Tom --
  2544.  
  2545.    My _favorite_ MPW editor feature is the "double click on open
  2546. paren/brace/bracket/slash/quote and select everything up to the matching
  2547. symbol. (Also works with 2x-clicking on the closing symbol. If you hold
  2548. the mouse button down after the second click, you can move the cursor
  2549. around and see the selection change to show differing "matches"
  2550.  
  2551. MUCH, much better than the "Balance" command in Think.
  2552.  
  2553. -- Marshall
  2554. [ Who's trying to turn an potential flame war into a rational discussion. ]
  2555.  
  2556. -- 
  2557. Marshall Clow
  2558. Aladdin Systems
  2559. mclow@san_marcos.csusm.edu
  2560.  
  2561. +++++++++++++++++++++++++++
  2562.  
  2563. >From kenp@tuli (Kenneth Prehoda)
  2564. Date: 15 Aug 1994 18:31:25 GMT
  2565. Organization: Division of Information Technology
  2566.  
  2567. Mark Hanrek (hanrek@cts.com) wrote:
  2568. : Thanks, Ken, for clarifying that for me.  And thanks for the reference to
  2569. : that folder!
  2570.  
  2571. : I quadruple-checked for anything to do with CodeWarrior on the A6 CD, and
  2572. : found a read-me that referred to a folder that does not exist, at least on
  2573. : the WWDC version of OpenDoc A6.
  2574.  
  2575. : So, is it the case that this folder does exist on another version of the
  2576. : OpenDoc A6 release?  I looked on eWorld, but those files come in clumps.
  2577. : :)
  2578.  
  2579. : Still trying...
  2580.  
  2581. : Mark Hanrek
  2582.  
  2583. The "Building Opendoc with Codwarrior" Folder is only on the
  2584. OpenDoc A6 with source disk, I believe (Jens, can you help
  2585. me out here?).  This is because to use codewarrior you currently
  2586. have to build your part editor inside of opendoc and hence
  2587. requires building opendoc in CW.
  2588.  
  2589. -Ken Prehoda
  2590. kenp@nmrfam.wisc.edu
  2591.  
  2592. +++++++++++++++++++++++++++
  2593.  
  2594. >From lambert_l@measurex.com (Leon Lambert)
  2595. Date: Mon, 15 Aug 1994 17:58:53 GMT
  2596. Organization: measurex
  2597.  
  2598. In article <32ipft$18t@charm.magnus.acs.ohio-state.edu>
  2599. tfullert@bottom.magnus.acs.ohio-state.edu (tfullert) writes:
  2600.  
  2601. > Hi:
  2602. > I was given a copy of MPW 3.3 (not pirated, I was given all of the
  2603. > materials in the huge box),and have the current shell from CodeWarrior.
  2604. >  I am doing all of my own work on CodeWarrior and I want to devote some
  2605. > energy to learning MPW.  What priority should I give this, though. 
  2606. > Exactly what can I do with MPW which I cannot do with CodeWarrior or
  2607. > SC++?
  2608. > Thanks;
  2609. > Tim
  2610.  
  2611. I find the scripting language in MPW to be great. It takes quite an investment
  2612. to learn but really pays off if you have a lot of tedious repetative editing
  2613. to do. I do a lot of porting of code to other platforms and find it very
  2614. useful. The comparefiles script is worth its weight in Gold. I have not
  2615. found a better file comparison utility on any platform out there.
  2616.  
  2617. Since switching to CW I find myself spending about 85% of my time there,
  2618. but still need to switch to MPW to do some fancy stuff. MPW allows you
  2619. to hook your own functions to keys to do fancy editing. For instance
  2620. I can double click a function name and do a cmd 0 and the proper #include
  2621. is inserted at the top of my C file. I wish CW would put some sort
  2622. of scripting/macro ability into their editor.
  2623.  
  2624. lambert_l@measurex.com (Leon Lambert)
  2625. lambertlb@aol.com
  2626.  
  2627. +++++++++++++++++++++++++++
  2628.  
  2629. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  2630. Date: Tue, 16 Aug 1994 11:10:30 +0800
  2631. Organization: Department of Computer Science, The University of Western Australia
  2632.  
  2633. In article <tree-1508940738330001@155.64.60.63>, tree@bedford.symantec.com
  2634. (Tom Emerson) wrote:
  2635.  
  2636. >So, what features of the MPW editor do you prefer over those provided by
  2637. >any other editor?
  2638.  
  2639. [On no, I'm gonna get in twubble again... (: ]
  2640.  
  2641. #1 most important feature... it edits arbitrary sized files.  I get
  2642. *really* annoyed when I edit a file and programs go "not enough memory to
  2643. edit this document".  But I recognise that this feature is a) hard and b)
  2644. unnecessary for programming.  It's just that MPW has it and no one else
  2645. does.
  2646.  
  2647. I also like the way MPW's command, option & shift arrow keys all seem to
  2648. work they way I expect.  And, if worst comes to worst, I can use SetKey to
  2649. fix them (:
  2650.  
  2651. Double-clicking on brackets to match them!  [Although that's supposed to
  2652. have arrived in CW4.]
  2653.  
  2654. I *really* like MPW's search and replace system, especially the way that
  2655. shift works to search backwards.  I just can't get the the hang of any
  2656. Think editor's search and replace.  CW is good but the non-modal dialog
  2657. just confuses me (:  I also like the power of MPW's regular expressions. 
  2658. [And unlike most of my unix-raised bretheren, I understand them better
  2659. than unix regexs.]
  2660.  
  2661. I also make quite a bit of use adding scripts into menus.
  2662.  
  2663. I suspect that Alpha provides most of the flexibility that I need in an
  2664. editor.  But unfortunately Alpha is both ugly (IMHO of course) and Dvorak
  2665. keyboard unfriendly.  [Yes I know you can tweak it but that's *no*
  2666. excuse.]
  2667.  
  2668. I want MPW's editor ripped out of MPW so that I can use it with CW and TPM
  2669. without blowing away multiple megabytes!!!  We have ToolServer and
  2670. SourceServer, why not EditorServer (:
  2671.  
  2672. Share and Enjoy.
  2673. -- 
  2674. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  2675. Department of Computer Science, The University of Western Australia
  2676.   Who's just come from one flame war in c.s.m.hardware and doesn't
  2677.   really want to start another here ):
  2678.  
  2679. +++++++++++++++++++++++++++
  2680.  
  2681. >From Bruce@hoult.actrix.gen.nz (Bruce Hoult)
  2682. Date: Tue, 16 Aug 1994 16:24:50 +1200 (NZST)
  2683. Organization: (none)
  2684.  
  2685. mclow@san_marcos.csusm.edu (Marshall Clow) writes:
  2686. >    My _favorite_ MPW editor feature is the "double click on open
  2687. > paren/brace/bracket/slash/quote and select everything up to the matching
  2688. > symbol. (Also works with 2x-clicking on the closing symbol. If you hold
  2689. > the mouse button down after the second click, you can move the cursor
  2690. > around and see the selection change to show differing "matches"
  2691. > MUCH, much better than the "Balance" command in Think.
  2692.  
  2693. Holy cow!
  2694.  
  2695. I've been using MPW since 1987, and have used the "double-click on a bracket"
  2696. feature forever, but I've never discovered the "hold the button down"
  2697. feature.
  2698.  
  2699. Cool!
  2700.  
  2701. -- Bruce
  2702.  
  2703. +++++++++++++++++++++++++++
  2704.  
  2705. >From stevec@jolt.mpx.com.au (Stephen F Coy)
  2706. Date: 16 Aug 1994 10:23:29 GMT
  2707. Organization: Microplex Pty Ltd
  2708.  
  2709. Quinn "The Eskimo! (quinn@cs.uwa.edu.au) wrote:
  2710. : In article <tree-1508940738330001@155.64.60.63>, tree@bedford.symantec.com
  2711. : (Tom Emerson) wrote:
  2712.  
  2713. : >So, what features of the MPW editor do you prefer over those provided by
  2714. : >any other editor?
  2715.  
  2716. : [On no, I'm gonna get in twubble again... (: ]
  2717.  
  2718. : #1 most important feature... it edits arbitrary sized files.  I get
  2719. : *really* annoyed when I edit a file and programs go "not enough memory to
  2720. : edit this document".  But I recognise that this feature is a) hard and b)
  2721. : unnecessary for programming.  It's just that MPW has it and no one else
  2722. : does.
  2723.  
  2724. : I also like the way MPW's command, option & shift arrow keys all seem to
  2725. : work they way I expect.  And, if worst comes to worst, I can use SetKey to
  2726. : fix them (:
  2727.  
  2728. : Double-clicking on brackets to match them!  [Although that's supposed to
  2729. : have arrived in CW4.]
  2730.  
  2731. : I *really* like MPW's search and replace system, especially the way that
  2732. : shift works to search backwards.  I just can't get the the hang of any
  2733. : Think editor's search and replace.  CW is good but the non-modal dialog
  2734. : just confuses me (:  I also like the power of MPW's regular expressions. 
  2735. : [And unlike most of my unix-raised bretheren, I understand them better
  2736. : than unix regexs.]
  2737.  
  2738. : I also make quite a bit of use adding scripts into menus.
  2739.  
  2740. : I suspect that Alpha provides most of the flexibility that I need in an
  2741. : editor.  But unfortunately Alpha is both ugly (IMHO of course) and Dvorak
  2742. : keyboard unfriendly.  [Yes I know you can tweak it but that's *no*
  2743. : excuse.]
  2744.  
  2745. : I want MPW's editor ripped out of MPW so that I can use it with CW and TPM
  2746. : without blowing away multiple megabytes!!!  We have ToolServer and
  2747. : SourceServer, why not EditorServer (:
  2748.  
  2749. : Share and Enjoy.
  2750. : -- 
  2751. : Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  2752. : Department of Computer Science, The University of Western Australia
  2753. :   Who's just come from one flame war in c.s.m.hardware and doesn't
  2754. :   really want to start another here ):
  2755.  
  2756. I could not have said this better myself. In fact, one of the reasons I 
  2757. like Object Master so much is that it emulates (mostly anyway) the 
  2758. keyboard and search/replace behaviour of MPW. Everytime I fire up the 
  2759. Symantec C++ IDE, the editor drives me nuts in short order.
  2760.  
  2761.  
  2762. - ------
  2763. Steve Coy
  2764. Resolve Software (WA) Pty Ltd
  2765. Sydney Australia
  2766.  
  2767.  
  2768. +++++++++++++++++++++++++++
  2769.  
  2770. >From Willie Abrams <willie-abrams@uokhsc.edu>
  2771. Date: 16 Aug 1994 13:21:15 GMT
  2772. Organization: OU Health Sciences Center
  2773.  
  2774. In article <tree-1508940738330001@155.64.60.63> Tom Emerson,
  2775. tree@bedford.symantec.com writes:
  2776. >So, what features of the MPW editor do you prefer over those provided by
  2777. >any other editor?
  2778.  
  2779. Tom, hate to make a pointed remark...MPW can open up files
  2780. to just look at and edit individually (unlike TPM, where I can't
  2781. unless I have a project open.)
  2782.  
  2783. It is a small, but modal inconvenience that keeps me from even
  2784. going to TPM look at hardly any source files - I find myself
  2785. dragging and dropping on to BBEdit Lite.
  2786.  
  2787. Willie Abrams                                  willie-abrams@uokhsc.edu
  2788. Telemedicine Software Guy                     OU Health Sciences Center
  2789.  
  2790. It's a classic Pincer's Movement. It can't fail against a ten-year-old!
  2791.  
  2792. +++++++++++++++++++++++++++
  2793.  
  2794. >From Willie Abrams <willie-abrams@uokhsc.edu>
  2795. Date: 16 Aug 1994 13:22:35 GMT
  2796. Organization: OU Health Sciences Center
  2797.  
  2798. In article <quinn-1608941110300001@edu-dynamic1.educ.ecel.uwa.edu.au>
  2799. Quinn, quinn@cs.uwa.edu.au writes:
  2800. >unnecessary for programming.  It's just that MPW has it and no one else
  2801. >does.
  2802.  
  2803. BBEdit hardly ever has this problem...
  2804.  
  2805. Willie Abrams                                  willie-abrams@uokhsc.edu
  2806. Telemedicine Software Guy                     OU Health Sciences Center
  2807.  
  2808. It's a classic Pincer's Movement. It can't fail against a ten-year-old!
  2809.  
  2810. +++++++++++++++++++++++++++
  2811.  
  2812. >From tree@bedford.symantec.com (Tom Emerson)
  2813. Date: Tue, 16 Aug 1994 15:30:56 -0500
  2814. Organization: Symantec Development Tools Group
  2815.  
  2816. In article <32qegb$36f@romulus.ucs.uoknor.edu>, Willie Abrams
  2817. <willie-abrams@uokhsc.edu> wrote:
  2818.  
  2819. > In article <tree-1508940738330001@155.64.60.63> Tom Emerson,
  2820. > tree@bedford.symantec.com writes:
  2821. > >So, what features of the MPW editor do you prefer over those provided by
  2822. > >any other editor?
  2823. > Tom, hate to make a pointed remark...MPW can open up files
  2824. > to just look at and edit individually (unlike TPM, where I can't
  2825. > unless I have a project open.)
  2826.  
  2827. Sure, I understand. But that is an environment issue, not an editor issue.
  2828. Just picking nits ;-) This is something that is, contrary to many peoples
  2829. belief, something that is non-trivial to change in the design of the TPM,
  2830. not that it hasn't been discussed. Who knows what the future may hold,
  2831. though.
  2832.  
  2833.    -tre
  2834.  
  2835. -- 
  2836. Tom Emerson                                              Software Engineer
  2837. Development Tools Group                               Symantec Corporation
  2838.                           tree@bedford.symantec.com
  2839.   "I dreamed I had to take a test, in a Dairy Queen, on another planet."
  2840.  
  2841. +++++++++++++++++++++++++++
  2842.  
  2843. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  2844. Date: Wed, 17 Aug 1994 10:12:19 +0800
  2845. Organization: Department of Computer Science, The University of Western Australia
  2846.  
  2847. In article <32qeir$36f@romulus.ucs.uoknor.edu>, Willie Abrams
  2848. <willie-abrams@uokhsc.edu> wrote:
  2849.  
  2850. >BBEdit hardly ever has this problem...
  2851.  
  2852. Yeah, I know, BBEdit uses temporary memory.  But it still bites me.  I
  2853. only have 20MB (: and when I'm programming and documenting XCMDs I need
  2854. MPW, HyperCard and my documentation tools open all at once which means
  2855. that I regularly run out of temporary memory.  Then I got to poke around
  2856. in a PostScript file at the same time...
  2857.  
  2858. Just one of those inconveniences that I can do without.  And given the
  2859. other advantages of MPW's editor.
  2860. -- 
  2861. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  2862. Department of Computer Science, The University of Western Australia
  2863.   And don't even mention LabView.
  2864.  
  2865. +++++++++++++++++++++++++++
  2866.  
  2867. >From Manuel Veloso <veloso@netcom.com>
  2868. Date: Wed, 17 Aug 1994 07:35:44 GMT
  2869. Organization: Ibex Productions
  2870.  
  2871. In article <32qeir$36f@romulus.ucs.uoknor.edu> Willie Abrams, willie-abrams@uokhsc.edu
  2872. writes:
  2873. >Quinn, quinn@cs.uwa.edu.au writes:
  2874. >>unnecessary for programming.  It's just that MPW has it and no one else
  2875. >>does.
  2876. >
  2877. >BBEdit hardly ever has this problem...
  2878.  
  2879. Actually, I was dealing with Postscript files a while back, and MPW
  2880. is the only editor (besides MS Word) that would open them - no matter
  2881. how big (ie: a couple of megs). Of course, I could have changed
  2882. BBEdit's partition size, but I use it as my 'normal' editor
  2883. and wouldn't want to keep changing it.
  2884.  
  2885. BBEdit's major strength, IMO, is its multi-file search browser.
  2886. Too bad you can't edit in it, though.
  2887.  
  2888. +++++++++++++++++++++++++++
  2889.  
  2890. >From Manuel Veloso <veloso@netcom.com>
  2891. Date: Wed, 17 Aug 1994 07:43:10 GMT
  2892. Organization: Ibex Productions
  2893.  
  2894. In article <32ipft$18t@charm.magnus.acs.ohio-state.edu> tfullert,
  2895. tfullert@bottom.magnus.acs.ohio-state.edu writes:
  2896. >Exactly what can I do with MPW which I cannot do with CodeWarrior or
  2897. >SC++?
  2898.  
  2899. Well, there are three main things:
  2900.  
  2901. (1) you can do a multitude of incredibly complicated things with MPW's
  2902. scripting language/makefiles. In essence, you have complete control
  2903. over the shell, and can issue commands, etc.
  2904.  
  2905. (2) you can have completely integrated projector support (how many
  2906. times have you moved a ProjectorDB file and gotten the "can't check in
  2907. file blah because the project was not found" using the TPM/SS combo?
  2908. This never happens w/Projector. Plus, check in active/check out active
  2909. work, and the checkin window doesn't take forever in MPW.)
  2910.  
  2911. (3) You can be macho <-- arguably the most important thing you can't do
  2912.                          if you use CW/SymC
  2913.  
  2914. +++++++++++++++++++++++++++
  2915.  
  2916. >From Manuel Veloso <veloso@netcom.com>
  2917. Date: Wed, 17 Aug 1994 07:46:44 GMT
  2918. Organization: Ibex Productions
  2919.  
  2920. In article <quinn-1508941430460001@edu-dynamic1.educ.ecel.uwa.edu.au> Quinn,
  2921. quinn@cs.uwa.edu.au writes:
  2922. >>Yeah, it's a bummer when a tool dies, since it takes the shell with it.
  2923. >>Oh, well.
  2924. >
  2925. >The tool has to die pretty badly for "g sysrecover" to fail.
  2926.  
  2927. You can also use "g stoptool". I'm not sure which one's recommended, though.
  2928.  
  2929. +++++++++++++++++++++++++++
  2930.  
  2931. >From bix.com!dvanhoozer
  2932. Date: 17 Aug 1994 08:53:26 GMT
  2933. Organization: Mad Bomber Software
  2934.  
  2935. In article <2859899090@hoult.actrix.gen.nz> Bruce@hoult.actrix.gen.nz (Bruce
  2936. Hoult) writes:
  2937. >mclow@san_marcos.csusm.edu (Marshall Clow) writes:
  2938. >> the mouse button down after the second click, you can move the cursor
  2939. >> around and see the selection change to show differing "matches"
  2940. >> 
  2941. >> MUCH, much better than the "Balance" command in Think.
  2942. >
  2943. >Holy cow!
  2944. >
  2945. >I've been using MPW since 1987, and have used the "double-click on a bracket"
  2946. >feature forever, but I've never discovered the "hold the button down"
  2947. >feature.
  2948.  
  2949. My face is just as red BH, like you that one has some how
  2950. got past me.  I wonder what else I don't know....   :-)
  2951.  
  2952. Dewayne
  2953.   o-*
  2954.  
  2955.  
  2956.  
  2957. +++++++++++++++++++++++++++
  2958.  
  2959. >From Bruce@hoult.actrix.gen.nz (Bruce Hoult)
  2960. Date: Thu, 18 Aug 1994 03:17:32 +1200 (NZST)
  2961. Organization: (none)
  2962.  
  2963. Manuel Veloso <veloso@netcom.com> writes:
  2964. > Actually, I was dealing with Postscript files a while back, and MPW
  2965. > is the only editor (besides MS Word) that would open them - no matter
  2966. > how big (ie: a couple of megs). Of course, I could have changed
  2967. > BBEdit's partition size, but I use it as my 'normal' editor
  2968. > and wouldn't want to keep changing it.
  2969.  
  2970. BBEdit lets you open any size file without changing the partition
  2971. size -- it uses System memory.
  2972.  
  2973. In my moonlighting job as a consultant to a DTP company, I often use
  2974. BBEdit to edit PostScript files of up to 80 or 100 MB in size.  It
  2975. handles it without a complaint, with very good performance (once the
  2976. file is all read into memory), in the standard BBEdit memory partition.
  2977.  
  2978. MPW and Word simply can't cope with files this size with any sort of
  2979. performance at all.  You done good, Rich.
  2980.  
  2981. This *is* on a Q950 with 136 MB of RAM, mind you.
  2982.  
  2983. -- Bruce
  2984.  
  2985. +++++++++++++++++++++++++++
  2986.  
  2987. >From mem@pha.jhu.edu (Mel Martinez)
  2988. Date: Wed, 17 Aug 1994 15:57:25 -0500
  2989. Organization: The Johns Hopkins Univ. - Dept. of Physics
  2990.  
  2991. In article <2860024652@hoult.actrix.gen.nz>, Bruce@hoult.actrix.gen.nz
  2992. (Bruce Hoult) wrote:
  2993.  
  2994. > Manuel Veloso <veloso@netcom.com> writes:
  2995. > > Actually, I was dealing with Postscript files a while back, and MPW
  2996. > > is the only editor (besides MS Word) that would open them - no matter
  2997. > > how big (ie: a couple of megs). Of course, I could have changed
  2998. > > BBEdit's partition size, but I use it as my 'normal' editor
  2999. > > and wouldn't want to keep changing it.
  3000. > BBEdit lets you open any size file without changing the partition
  3001. > size -- it uses System memory.
  3002. > In my moonlighting job as a consultant to a DTP company, I often use
  3003. > BBEdit to edit PostScript files of up to 80 or 100 MB in size.  It
  3004. > handles it without a complaint, with very good performance (once the
  3005. > file is all read into memory), in the standard BBEdit memory partition.
  3006. > MPW and Word simply can't cope with files this size with any sort of
  3007. > performance at all.  You done good, Rich.
  3008. > This *is* on a Q950 with 136 MB of RAM, mind you.
  3009. > -- Bruce
  3010.  
  3011.  
  3012. Err.. thank you.  You may sit down now, please.  :-)
  3013.  
  3014. Now back to dealing with problems for 'the rest of us' (with single &
  3015. double digit memory)...
  3016.  
  3017. Sheesh!
  3018.  
  3019. Mel
  3020.  
  3021. +++++++++++++++++++++++++++
  3022.  
  3023. >From siegel@netcom.com (Rich Siegel)
  3024. Date: Wed, 17 Aug 1994 19:36:24 GMT
  3025. Organization: Bare Bones Software
  3026.  
  3027. In article <2860024652@hoult.actrix.gen.nz> Bruce@hoult.actrix.gen.nz (Bruce Hoult) writes:
  3028. >In my moonlighting job as a consultant to a DTP company, I often use
  3029. >BBEdit to edit PostScript files of up to 80 or 100 MB in size.  It
  3030. >handles it without a complaint, with very good performance (once the
  3031. >file is all read into memory), in the standard BBEdit memory partition.
  3032. >
  3033. >MPW and Word simply can't cope with files this size with any sort of
  3034. >performance at all.  You done good, Rich.
  3035.  
  3036. I appreciate the compliment, but in good conscience can't take -all-
  3037. the credit. The text engine was original written by Jon Hueras, with
  3038. modifications by me, and Jon also did the rewrite for PowerPC.
  3039.  
  3040. (That won't stop me from taking -some- of the credit, though. :-])
  3041.  
  3042. R.
  3043. -- 
  3044. Rich Siegel % siegel@netcom.com    % President & CEO, Bare Bones Software Inc.
  3045. --> For information about BBEdit, finger bbedit@world.std.com <--
  3046.  
  3047. +++++++++++++++++++++++++++
  3048.  
  3049. >From mxmora@unix.sri.com (Matt Mora)
  3050. Date: 17 Aug 1994 13:43:17 -0700
  3051. Organization: SRI International, Menlo Park, CA
  3052.  
  3053. In article <tree-1608941530560001@155.64.60.63> tree@bedford.symantec.com (Tom Emerson) writes:
  3054.  
  3055. >Sure, I understand. But that is an environment issue, not an editor issue.
  3056. >Just picking nits ;-) This is something that is, contrary to many peoples
  3057. >belief, something that is non-trivial to change in the design of the TPM,
  3058. >not that it hasn't been discussed. Who knows what the future may hold,
  3059. >though.
  3060.  
  3061. We have seen the future (rainbow that is) and you better hurry
  3062. up and make it so or else you won't have a market left. 
  3063.  
  3064.  
  3065. Xavier
  3066.  
  3067.  
  3068.  
  3069.  
  3070.  
  3071.  
  3072. -- 
  3073. ___________________________________________________________
  3074. Matthew Xavier Mora                       Matt_Mora@sri.com
  3075. SRI International                       mxmora@unix.sri.com
  3076. 333 Ravenswood Ave                    Menlo Park, CA. 94025
  3077.  
  3078. +++++++++++++++++++++++++++
  3079.  
  3080. >From ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3081. Date: 19 Aug 94 16:05:30 +1200
  3082. Organization: University of Waikato, Hamilton, New Zealand
  3083.  
  3084. In article <tree-1508940738330001@155.64.60.63>, tree@bedford.symantec.com (Tom Emerson) writes:
  3085. > In article <quinn-1508941433320001@edu-dynamic1.educ.ecel.uwa.edu.au>,
  3086. > quinn@cs.uwa.edu.au (Quinn "The Eskimo!") wrote:
  3087. >
  3088. >> Besides [warning, holy way bait!] MPW's editor is *sooo* much better than
  3089. >> any other editor on the Mac.
  3090. >
  3091. > So, what features of the MPW editor do you prefer over those provided by
  3092. > any other editor?
  3093.  
  3094. Of course, one of the things that gets me waxing so lyrical is that MPW is
  3095. so much more than just an editor.
  3096.  
  3097. On more than one occasion now, I've been involved in upgrading our
  3098. departmental AppleShare server. We've been through 2-3 hard disk upgrades
  3099. and one change of machine over the past couple of years. Each time, of course,
  3100. I've had to copy all the files from the old hard disk to the new one, and
  3101. preserve all their folder protections. I've never bothered getting any
  3102. proper backup software to do this, since I've made it quite clear to our users
  3103. that they have to back up their own data, all I'm responsible for is the
  3104. server configuration itself.
  3105.  
  3106. The file-copying part was never a big deal: I just drag everything across
  3107. in the Finder, and leave it copying for a few hours, or overnight, or whatever.
  3108. For transferring the folder protections (and for backing them up), I use MPW.
  3109.  
  3110. The MPW Shell has this neat convention in some commands: it uses the same
  3111. command for both examining a setting and for changing it. The clever thing is,
  3112. when you ask the command to display the existing setting, it outputs a command
  3113. which can be used to set the setting to that value. For example, the
  3114. SetPrivilege tool lets you examine and change folder protections. The command
  3115. "SetPrivilege -i" displays the current protections in the form of "SetPrivilege"
  3116. commands. So to dump out all the existing protections on the old volume, I
  3117. issued the command:
  3118.  
  3119.     SetPrivilege -i -r "OldVolume:"
  3120.  
  3121. (the -r option says to recursively list subfolders as well). Then I did a
  3122. global search and replace on the output, replacing all occurrences of OldVolume
  3123. with NewVolume, and finally I selected the result and pressed Enter to
  3124. execute it. Voila! All the protections transferred with a minimum of work.
  3125.  
  3126. As I keep saying, if you can't do it with MPW, it isn't worth doing. :-)
  3127.  
  3128. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  3129. Info & Tech Services Division              fax: +64-7-838-4066
  3130. University of Waikato            electric mail: ldo@waikato.ac.nz
  3131. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  3132.  
  3133. +++++++++++++++++++++++++++
  3134.  
  3135. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  3136. Date: Fri, 19 Aug 1994 23:32:41 GMT
  3137. Organization: Apple Computer
  3138.  
  3139. Kenneth Prehoda, kenp@tuli writes:
  3140. > The "Building Opendoc with Codwarrior" Folder is only on the
  3141. > OpenDoc A6 with source disk, I believe (Jens, can you help
  3142. > me out here?).  This is because to use codewarrior you currently
  3143. > have to build your part editor inside of opendoc and hence
  3144. > requires building opendoc in CW.
  3145.  
  3146. You're 100% right. I guess it might have been possible to precompile all the
  3147. OD code into a library that you'd link into an app along with your part
  3148. implementation, but I didn't have time to do that.
  3149.  
  3150. Of course the beta release will work fine with CodeWarrior (in fact that's
  3151. what we do our primary development with now, with brief excursions to MPW to
  3152. run the SOM compiler.)
  3153.  
  3154. --Jens Alfke                           jens_alfke@powertalk.apple.com
  3155.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  3156.  
  3157. +++++++++++++++++++++++++++
  3158.  
  3159. >From quinn@cs.uwa.edu.au (Quinn "The Eskimo!")
  3160. Date: Sun, 21 Aug 1994 14:58:28 +0800
  3161. Organization: Department of Computer Science, The University of Western Australia
  3162.  
  3163. In article <tree-1608941530560001@155.64.60.63>, tree@bedford.symantec.com
  3164. (Tom Emerson) wrote:
  3165.  
  3166. >This is something that is, contrary to many peoples
  3167. >belief, something that is non-trivial to change in the design of the TPM [...]
  3168.  
  3169. Working as designed ):
  3170. -- 
  3171. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  3172. Department of Computer Science, The University of Western Australia
  3173. >From eric.larson@f620.n2605.z1.fidonet.org (eric larson)
  3174. Subject: What is the point of MPW?
  3175. Date: 18 Aug 94 19:11:49 -
  3176. Organization: FidoNet: Shockwave Rider, USR V.Everything +1(908)294-0659 
  3177.  
  3178.  >>MPW and Word simply can't cope with files this size with any sort of
  3179.  >>performance at all.  You done good, Rich.
  3180.  
  3181.  > I appreciate the compliment, but in good conscience can't take -all-
  3182.  > the credit. The text engine was original written by Jon Hueras, with
  3183.  > modifications by me, and Jon also did the rewrite for PowerPC.
  3184.  
  3185. I've had similar experiences with BBEdit. When making literally thousands of
  3186. changes using search and replace on a 10 MB text file, every other editor I've
  3187. tried chokes. BBEdit handles the job smoothly, without complaint.
  3188.  
  3189. +++++++++++++++++++++++++++
  3190.  
  3191. >From khatt@shell.portal.com (Judy Ann Kettenhofen)
  3192. Date: 28 Aug 1994 21:52:51 GMT
  3193. Organization: Portal Communications Company -- 408/973-9111 (voice) 408/973-8091 (data)
  3194.  
  3195. eric larson (eric.larson@f620.n2605.z1.fidonet.org) wrote:
  3196. :  >>MPW and Word simply can't cope with files this size with any sort of
  3197. :  >>performance at all.  You done good, Rich.
  3198.  
  3199. :  > I appreciate the compliment, but in good conscience can't take -all-
  3200. :  > the credit. The text engine was original written by Jon Hueras, with
  3201. :  > modifications by me, and Jon also did the rewrite for PowerPC.
  3202.  
  3203. : I've had similar experiences with BBEdit. When making literally thousands of
  3204. : changes using search and replace on a 10 MB text file, every other editor I've
  3205. : tried chokes. BBEdit handles the job smoothly, without complaint.
  3206.  
  3207. Sorry, I didn't see the first part of this message.
  3208. In general, MPW should have problems with large files in two cases:
  3209. 1) Where there are a large number of markers
  3210. 2) Where you make a lot of changes.
  3211.  
  3212. For the first, you are out of luck, to the best of my knowledge.
  3213. For the second, you can do some things to help.
  3214. 1. Save your file frequently after changes.
  3215.    This helps MPW Shell to basically do garbage collection, and
  3216.    requires less of the file to be resident in memory.
  3217. 2. There is a way to change the size of the editor heap.
  3218.    I don't recall what it is right now.  If you know you
  3219.    are going to have large files, you can try enlarging the editor heap.
  3220. The MPW Shell has code to create subsequent editor heaps if it runs
  3221. out of space in the first one, but I don't think that code has been
  3222. exercised much.
  3223.  
  3224. --Judy
  3225.  
  3226. --former MPW hack.
  3227.  
  3228.  
  3229. +++++++++++++++++++++++++++
  3230.  
  3231. >From dlopez@sailsun (Dean Lopez)
  3232. Date: 30 Aug 1994 13:00:34 GMT
  3233. Organization: NASA Johnson Space Center, Houston, TX, USA
  3234.  
  3235. eric larson (eric.larson@f620.n2605.z1.fidonet.org) wrote:
  3236. > I've had similar experiences with BBEdit. When making literally thousands of
  3237. > changes using search and replace on a 10 MB text file, every other editor I've
  3238. > tried chokes. BBEdit handles the job smoothly, without complaint.
  3239.  
  3240. I just started using BBEdit Lite (v2.3? - whatever the latest rev is), and I've
  3241. noticed whenever I open an existing file, BBEdit promptly puts a single
  3242. garbage character at the end of my file.  It doesn't mark the file as 'dirty'
  3243. though, so if I close the file, the garbage character doesn't get saved to
  3244. the file.  If I make any edits to the file and THEN save, the garbage character
  3245. ends up at the end of my file, which promptly causes my compiler to complain.
  3246. Has anyone had this problem with the commercial BBEdit?
  3247. --
  3248. +--------------------------------------+------------------------------+
  3249. | Dean Lopez                           |                              |
  3250. | SAIL DPS Engineer                    | dlopez@sailsun.jsc.nasa.gov  |
  3251. | Rockwell Space Operations Co.        | deanlopez@aol.com            |
  3252. | JSC Shuttle Avionics Integration Lab | dean_lopez@maclair.sccsi.com |
  3253. +--------------------------------------+------------------------------+
  3254. #include <standard_disclaimer.h>
  3255. /* The opinions expressed are all mine.
  3256.    RSOC doesn't speak for me and I don't speak for RSOC
  3257.    After all, I'm only an engineer - what do I know?     */
  3258.  
  3259. ---------------------------
  3260.  
  3261. >From netcom.com!kira!davidjohn (David John Burrowes)
  3262. Subject: Where have the standards gone? [a high level question]
  3263. Date: Fri, 19 Aug 1994 03:17:20 GMT
  3264. Organization: No organization at this time.
  3265.  
  3266. I was reading the article about System 7.5 in the September 1994 issue of  
  3267. MacUser (p. 79-84), and it raised a gigantic question in my mind.  After  
  3268. some thought, I decided to see what opinions others (yourselves) might have.
  3269.  
  3270. The 'screenshots' on pages 80-81 and 82-83 of the above issue shows several  
  3271. new features of this system software release.  In them, I noted five new  
  3272. window styles:
  3273. - a strange little thing for 'post-it' notes
  3274. - a green one for the CD player (the title bar is similar to the standard
  3275.   document titlebar, but not the same)
  3276. - the Find File windows have a funky styled background
  3277. - the Launcher window gives us a window with, presumably, a standard pink
  3278.   background with square/tile/chicklet(sp?) icons
  3279. - A window that is reminiscent of the 'palette' titlebar, but with close
  3280.   and zoom boxes.
  3281. (the TV stuff in another article has yet another window style variation).
  3282.  
  3283. For buttons, I notice these new styles (in *addition* to standard flat Mac  
  3284. push-buttons)
  3285. - '3D' buttons in the Launcher window,
  3286. - two types of CD player-like buttons in the CD player window (also found on
  3287.   the TV control panel in that other article)
  3288. - plus, two other '3D' styles for the help system (one with icons, and
  3289.   one that looks like 'shallow' buttons at the bottom of the
  3290.   palette-ish windows.
  3291. (plus, what looks like another '3d'ish style is seen in the TV control  
  3292. panel)
  3293.  
  3294. Individually, many of these don't look that bad, I suppose (but, that's  
  3295. another issue, really).  However, as I recall, one of the advertised  
  3296. strengths of the Macintosh, in past years, was its highly consistent  
  3297. interface.  Buttons looked and behaved the same everywhere.  Windows with a  
  3298. particular style almost always behaved the same as other windows with the  
  3299. same style.  Etc.
  3300. I find myself concerned, therefore, with all of these new innovations.  I do  
  3301. not see a great deal of consistency here.  What kind of message is this  
  3302. sending to developers? It seems to me it's something like, 'Sure, go ahead,  
  3303. bypass the toolbox (as I assume some or much of the above stuff is). Make up  
  3304. whatever non-standard user interface features you want so your app looks  
  3305. unusual and snazzy. Users will figure it out eventually.'
  3306. Sure, I know, some developers have always felt compelled to do things their  
  3307. own way.  But, since this is Apple doing non-standard things, many more  
  3308. people will feel justified in going off and doing *their own* things.  By  
  3309. itself, I find this to be a depressing prospect.  But, with Microsoft coming  
  3310. out with a significantly improved user interface for Windows soon (Chicago),  
  3311. this all strikes me as Apple shooting itself in the foot, bigtime, which I  
  3312. find more depressing still.
  3313.  
  3314. If you've read this far, I'm curious what your thoughts are, either through  
  3315. personal email or on the newsgroup.  Maybe I'm very much in the minority,  
  3316. and folks generally think the 'highly consistent' interface was too  
  3317. constraining?
  3318.  
  3319. Thanks.
  3320.  
  3321. david john burrowes
  3322. davidjohn@kira.net.netcom.com
  3323.  
  3324.  
  3325. +++++++++++++++++++++++++++
  3326.  
  3327. >From wysocki@netcom.com (Chris Wysocki)
  3328. Date: Fri, 19 Aug 1994 09:51:10 GMT
  3329. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  3330.  
  3331. In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  3332. David John Burrowes <netcom.com!kira!davidjohn> wrote:
  3333.  
  3334. >I find myself concerned, therefore, with all of these new innovations.  I do  
  3335. >not see a great deal of consistency here.  What kind of message is this  
  3336. >sending to developers? It seems to me it's something like, 'Sure, go ahead,  
  3337. >bypass the toolbox (as I assume some or much of the above stuff is). Make up  
  3338. >whatever non-standard user interface features you want so your app looks  
  3339. >unusual and snazzy. Users will figure it out eventually.'
  3340. >Sure, I know, some developers have always felt compelled to do things their  
  3341. >own way.  But, since this is Apple doing non-standard things, many more  
  3342. >people will feel justified in going off and doing *their own* things.  By  
  3343. >itself, I find this to be a depressing prospect.  But, with Microsoft coming  
  3344. >out with a significantly improved user interface for Windows soon (Chicago),  
  3345. >this all strikes me as Apple shooting itself in the foot, bigtime, which I  
  3346. >find more depressing still.
  3347.  
  3348. I wholeheartedly concur.  Apple has done far too little in recent
  3349. years to promote UI consistency across applications.  Their reluctance
  3350. to provide standard implementations of UI features such as floating
  3351. windows, menus with multiple-modifier keyboard shortcuts, and basic
  3352. controls such as up-down arrows, sliders and progress bars have forced
  3353. developers to implement these features themselves, with varying and
  3354. sometimes inconsistent results.  At the Worldwide Developers
  3355. Conference in May some Apple engineers spoke in nebulous terms about
  3356. future UI enhancements which are coming down the road, but it struck
  3357. me and others with whom I spoke as too little, too late....
  3358.  
  3359. Chris.
  3360.  
  3361. +++++++++++++++++++++++++++
  3362.  
  3363. >From pcastine@prz.tu-berlin.de (Peter Castine)
  3364. Date: Fri, 19 Aug 1994 11:11:19 GMT
  3365. Organization: Process Control Center
  3366.  
  3367. In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  3368. netcom.com!kira!davidjohn (David John Burrowes) wrote:
  3369.  
  3370. > I was reading the article about System 7.5 in the September 1994 issue of  
  3371. > MacUser (p. 79-84), and it raised a gigantic question in my mind.  After  
  3372. > some thought, I decided to see what opinions others (yourselves) might have.
  3373. > The 'screenshots' on pages 80-81 and 82-83 of the above issue shows several  
  3374. > new features of this system software release.  In them, I noted five new  
  3375. > window styles:
  3376.  
  3377. [schnipp...]
  3378.  
  3379. > If you've read this far, I'm curious what your thoughts are, either through  
  3380. > personal email or on the newsgroup.  Maybe I'm very much in the minority,  
  3381. > and folks generally think the 'highly consistent' interface was too  
  3382. > constraining?
  3383.  
  3384. I think the subject is worthy of general discussion, so I'll post; in any
  3385. case, our mail server is currently down.
  3386.  
  3387. It seems to me that standards are going out the window, and that this is a
  3388. negative development. Conventional buttons and WDEFs may seem a little
  3389. unadventurous, but in day-to-day work the security of knowing how to
  3390. recognize a button and where the window title is are a great advantage. I
  3391. always disliked HyperCard's anything-can-be-a-button attitude, because it
  3392. leaves you with the challenge of clicking on *everything*, just to see if
  3393. maybe that little chicklet-shaped object triggers some sort of action.
  3394. This is fine and dandy for an adventure game, but frustrating when you're
  3395. trying to get on with your work.
  3396.  
  3397. As one example, I was looking at the new(ish) AppleCD Audio Player. The
  3398. only reason I even tried clicking on the little green triangle in the
  3399. lower left corner was because I knew that the fore-runner software had a
  3400. track list and I was sure that the newer software _must_ have a track list
  3401. somewhere. I looked in the menus, to no avail, so I started clicking
  3402. around and the mouse finally landed on said triangle. Voila! Success at
  3403. last!
  3404.  
  3405. But, why the hell should I spend my time clicking around a window to find
  3406. a substitute for the Zoom box? (Use of the zoom box as a sort of
  3407. {show|hide}-details-of-a-dialog-window is not officially sanctioned, but
  3408. has found it's way into a number of utility programs). Sure, if I'd turned
  3409. on Balloon Help, I might have found this button sooner, but an experienced
  3410. Mac user shouldn't need Balloon Help to find an _Ersatz_ zoom box.
  3411.  
  3412. That said, let me add that it *is* important for UIs to develop; I'm not
  3413. going to advocate cast-in-platinum Human Interface Guidelines. The
  3414. _Macintosh Humand Interface Guidelines_ discuss the subject of ``Going
  3415. Beyond the Guidelines'' quite specifically. 
  3416.  
  3417. The problem with System 7.5 seems to be that Apple has simply integrated a
  3418. couple of 3rd party extensions where graphic design went out of control,
  3419. and nobody bothered to talk with Human Interface about what was good, bad,
  3420. or useful. 
  3421.  
  3422. There is considerable irony in this, in light of Pete Bickford's article
  3423. in the August _AppleDirections_.
  3424.  
  3425. Of course, if you want to see some really funky non-standard windows, look
  3426. at any of the MIDI Products coming from Mark of the Unicorn. Users cried
  3427. bloody murder when MotU introduced it's ``Miami Vice'' look, but MotU has
  3428. stayed with it. The ``Mini-Menu'' that was added to most windows are
  3429. arguably functional, but, even after using their software for several
  3430. years, I fail to recognize the advantage of a triangular close box or a
  3431. misplaced zoom box.
  3432.  
  3433. So, in short: yes, this bothers me. Who else?
  3434.  
  3435. -- 
  3436. Peter Castine               | In old days books were written by men of
  3437. pcastine@prz.tu-berlin.de   | letters and read by the public. Nowadays books 
  3438. Process Control Center      | are written by the public and read by nobody.
  3439. Technical University Berlin |                                 -- Oscar Wilde
  3440.  
  3441. +++++++++++++++++++++++++++
  3442.  
  3443. >From rmah@panix.com (Robert Mah)
  3444. Date: Fri, 19 Aug 1994 08:19:17 -0500
  3445. Organization: One Step Beyond
  3446.  
  3447. netcom.com!kira!davidjohn (David John Burrowes) wrote:
  3448.  
  3449. ) ...
  3450. ) Individually, many of these don't look that bad, I suppose (but, that's  
  3451. ) another issue, really).  However, as I recall, one of the advertised  
  3452. ) strengths of the Macintosh, in past years, was its highly consistent  
  3453. ) interface.  Buttons looked and behaved the same everywhere.  Windows  
  3454. ) with a particular style almost always behaved the same as other windows
  3455. ) with the same style.  Etc.
  3456.  
  3457. I wholeheartedly concur.  Apple's HIG seems to have lost its way -- either
  3458. that or they have lost their authority to override developer's and 
  3459. designers taste for the strange.  One would expect that with Don Norman in
  3460. charge (he is in charge of HIG isn't he?) that HIG would be less worried
  3461. over the "look" and more about the "feel".  That they would hire fewer
  3462. graphic designers and more people versed in psychology and sociology.
  3463.  
  3464. For example, a few months ago there were threads here and on AppleLink
  3465. about the new windoid look used for Apple Guide.  Apple's first excuse was
  3466. that they "did research" and discovered that the de-facto standard for
  3467. floating palette title bars was too small a target.  Fine, why didn't they
  3468. simply make the de-facto standard a couple pixels taller?  Noooo, instead
  3469. then said that they hired some graphics designer (as if graphic designers
  3470. somehow are better at human interface design...).  Of COURSE they'll get
  3471. something that looks different!  Who could expect anything else?  If the
  3472. designer returned with something the same as the existing de-facto standard
  3473. he would be a braver man than most.  Hell, they could have saved hard $$$
  3474. by buying Infinity Windoid from Troy Gual.
  3475.  
  3476. The sticky note windows are even more bothersome.  As is the inclusion of
  3477. single-click to launch in the Launcher palette.  I've found that it takes
  3478. users time to learn the double click to launch method in the Finder, but
  3479. once they do, they understand it.  Now, IN THE SAME PROGRAM, there are
  3480. _two_ methods to open files.  This is good?
  3481.  
  3482. Looking farther into the future, does the pre-emption of the "File" menu
  3483. with a "Document" menu in OpenDoc bother anyone?  This seems to me to be
  3484. a gratuitous market decision in a vain attempt to differentiate" OpenDoc
  3485. from the current crop of applications.  Hogwash.  Changing the name of
  3486. "File" to "Document" only confuses people, takes up menu bar space, and
  3487. will NOT increase market share one tiny bit.  Do users a vavor, dump the
  3488. "Document" menu and the old, expected and unsuprising "File".
  3489.  
  3490. Consistancy and the route of least suprise are _very_ important principles
  3491. and I wish that stupid columnists would quit harping about the "tired old
  3492. Mac interface".  An interface _should_ be "boring" and "underwhelming".
  3493. It should not overwhelm the functionality of the system.  It should be
  3494. as invisible as possible.  Since computer interfaces are definately not
  3495. intuative, only through consistancy will we even approach the goal of
  3496. invisibility.
  3497.  
  3498. If people want funky looking buttons and windows, third party options
  3499. exist.  But at least most third party options work over all applications,
  3500. thus still providing some consistancy on that single machine.
  3501.  
  3502. Finally, lest anyone say that these issues should have been brought up
  3503. long ago...they were.  Both here, on AppleLink and probably other on-line
  3504. services as well.
  3505.  
  3506. Cheers,
  3507. Rob
  3508. _____________________________________________________________________
  3509. Robert S. Mah           Software Development          +1.212.947.6507
  3510. One Step Beyond        and Network Consulting          rmah@panix.com
  3511.  
  3512. +++++++++++++++++++++++++++
  3513.  
  3514. >From andrew@csgrad.cs.vt.edu (Andrew Southwick)
  3515. Date: 19 Aug 1994 14:34:06 GMT
  3516. Organization: IBM SWSD, Lexington, KY, USA
  3517.  
  3518. wysocki@netcom.com (Chris Wysocki) writes:
  3519. >David John Burrowes <netcom.com!kira!davidjohn> wrote:
  3520.  
  3521. >>I find myself concerned, therefore, with all of these new innovations.
  3522.  
  3523. These new interface elements are truly surprising, since they haven't
  3524. implemented all the stuff that they should have - see below.
  3525.  
  3526. >....  Their reluctance
  3527. >to provide standard implementations of UI features such as floating
  3528. >windows, menus with multiple-modifier keyboard shortcuts, and basic
  3529. >controls such as up-down arrows,
  3530.  
  3531. "spinners", such as for the Time field in what used to be known as the
  3532. General control panel?
  3533.  
  3534. >sliders and progress bars have forced
  3535. >developers to implement these features themselves, with varying and
  3536. >sometimes inconsistent results.
  3537.  
  3538. This really (constantly) surprises me.  THIS is the part of the human
  3539. interface that APPLE should be working on.  Why do I have to create
  3540. all these controls by hand?  Why has Apple refused to develop these
  3541. interface enhancements?  They recognize that (at least some) of them
  3542. are needed, and Apple products use almost all of these (multiple-
  3543. modifiers being the one exception, correct me if you've found an Apple
  3544. product that does use them) interface methods themselves.
  3545.  
  3546. >At the Worldwide Developers
  3547. >Conference in May some Apple engineers spoke in nebulous terms about
  3548. >future UI enhancements which are coming down the road, but it struck
  3549. >me and others with whom I spoke as too little, too late....
  3550.  
  3551. I'd like to confront some Apple management types about this stuff, but
  3552. given that it's not likely, I thought I'd vent my spleen here.
  3553.  
  3554. >Chris.
  3555.  
  3556. Another poster mentions MotU's Performer - which I've seen and used (for
  3557. 9 months or so).  It's something you get used to - but why should I
  3558. change my methods at all?  I use Opcode's Vision, which has a more Mac-like
  3559. interface.  It does use drop-down menus in windows.  More like pop-ups,
  3560. actually.  They drop down from icons - but the icons have drop shadows.
  3561. A more consistent Mac-like interface, and rather than being 'artsy' to
  3562. appeal to (what? I have no idea), it's just a plain, simple, boring,
  3563. underwhelming, IGNORABLE interface.  You get on with your work, because you
  3564. don't have to think about the interface!
  3565.  
  3566. As far as changing interface elements: tools like QuickChange allow users
  3567. to affect interface elements at their leisure.  I use 3D buttons, check
  3568. boxes, and radio buttons.  What annoys me is those apps that bypass
  3569. the Toolbox calls to use these things - or use different background or
  3570. foreground colors, such that my (new) controls contrast sharply with
  3571. whatever's in the menus.  I can just imagine how confusing 6 more button
  3572. types and 6 more window types will be, especially with the 3 more that
  3573. I (an end user) add myself.
  3574.  
  3575. Apple, catch a clue.  Please.
  3576.  
  3577.  
  3578. Best Premises,                                      andrew@csgrad.cs.vt.edu
  3579. Andrew R. Southwick                                 asouthwick@vnet.ibm.com
  3580.  
  3581.  
  3582. +++++++++++++++++++++++++++
  3583.  
  3584. >From gurgle@dnai.com (Pete Gontier)
  3585. Date: Fri, 19 Aug 1994 10:23:50 -0800
  3586. Organization: Integer Poet Software
  3587.  
  3588. In article <rmah-1908940819170001@rmah.dialup.access.net>, rmah@panix.com
  3589. (Robert Mah) wrote:
  3590.  
  3591. > Consistancy and the route of least suprise are _very_ important principles
  3592. > and I wish that stupid columnists would quit harping about the "tired old
  3593. > Mac interface".  An interface _should_ be "boring" and "underwhelming".
  3594. > It should not overwhelm the functionality of the system.  It should be
  3595. > as invisible as possible.  Since computer interfaces are definately not
  3596. > intuative, only through consistancy will we even approach the goal of
  3597. > invisibility.
  3598.  
  3599. I don't know about your experience, but in mine I have found that the
  3600. columnists who say this are usually Intel columnists. By that I don't mean
  3601. they work for Intel directly, but that they write about Windows or OS/2 or
  3602. perhaps even DOS. The phrase I see most is "The Macintosh interface is
  3603. showing signs of its age." The thing that's ironic about it is that the
  3604. Windows interface, a blatant copy, is basically just as old, even though
  3605. it started out radically different (and of course much much worse, but
  3606. that's a different problem). I'm not really sure what the columnists are
  3607. trying to get at, other than the fact that the Mac interface doesn't
  3608. change. That's the whole point. The Windows interface changes whenever
  3609. some jokers like Borland decide to throw in *even more* interface elements
  3610. differentiated only by color and *even more* mysterious icons decodable
  3611. only by Westerners and sometimes even only by Americans. These columnists
  3612. were weaned on DOS, where every app had a new interface. So when most
  3613. every Windows app has some new interface element for which one must read
  3614. the docs, they cope. And then they complain that the Mac interface is
  3615. "getting old" because they don't have to cope so much or so often.
  3616.  
  3617. It seems like one or a combination of the below things is happening.
  3618.  
  3619.    (1) Apple Marketing reads these columnists and figures they must know
  3620.        what they're talking about.
  3621.    (2) The market reads these columnists, figures they must know what
  3622.        they're talking about, and tells Apple Marketing, who in turn
  3623.        thinks it has no alternative but to respond.
  3624.    (3) More and more non-Macintosh engineers are getting hired at Apple
  3625.        and there's nobody left to brainwash them properly.
  3626.  
  3627. Frankly, from what I've seen of System 7.5, there's less and less reason
  3628. to develop for Macintosh. That ought to scare the shit out of Apple,
  3629. because the only way they'll survive is if people think there's reason to
  3630. bother.
  3631.  
  3632. -- 
  3633.  Pete Gontier // CTO, Integer Poet Software // gurgle@dnai.com
  3634.  
  3635.  "Even during a particularly harsh (Colorado) winter... many of the
  3636.  300 families in the VCTV (movies-on-demand) trial continued to go
  3637.  to video stores." -- eis@murrow.tufts.edu, in Wired 2.09 p62
  3638.  
  3639. +++++++++++++++++++++++++++
  3640.  
  3641. >From gurgle@dnai.com (Pete Gontier)
  3642. Date: Fri, 19 Aug 1994 10:28:35 -0800
  3643. Organization: Integer Poet Software
  3644.  
  3645. In article <332fsu$v0o@watnews1.watson.ibm.com>, andrew@csgrad.cs.vt.edu wrote:
  3646.  
  3647. > Why has Apple refused to develop these
  3648. > interface enhancements?  They recognize that (at least some) of them
  3649. > are needed, and Apple products use almost all of these (multiple-
  3650. > modifiers being the one exception, correct me if you've found an Apple
  3651. > product that does use them) interface methods themselves.
  3652.  
  3653. I don't think "refused" is quite the right word. I think what's going on
  3654. is that Apple is a disgusting fragmented byzantine re-organized
  3655. bureaucracy at this point. Nobody has the authority to put their foot down
  3656. and say "dammit, add floating window support to the Window Manager". Lots
  3657. of people can produce paperwork showing why it should wait until next year
  3658. when the Frobozzination Manager comes out. But nobody can put their foot
  3659. down.
  3660.  
  3661. -- 
  3662.  Pete Gontier // CTO, Integer Poet Software // gurgle@dnai.com
  3663.  
  3664.  "Even during a particularly harsh (Colorado) winter... many of the
  3665.  300 families in the VCTV (movies-on-demand) trial continued to go
  3666.  to video stores." -- eis@murrow.tufts.edu, in Wired 2.09 p62
  3667.  
  3668. +++++++++++++++++++++++++++
  3669.  
  3670. >From gurgle@dnai.com (Pete Gontier)
  3671. Date: Fri, 19 Aug 1994 10:32:17 -0800
  3672. Organization: Integer Poet Software
  3673.  
  3674. In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  3675. netcom.com!kira!davidjohn (David John Burrowes) wrote:
  3676.  
  3677. > But, with Microsoft coming  
  3678. > out with a significantly improved user interface for Windows soon (Chicago),  
  3679. > this all strikes me as Apple shooting itself in the foot...
  3680.  
  3681. Don't worry about Chicago's interface. Windows programmers are too
  3682. "creative" to let Microsoft get away with imposing an interface standard.
  3683. Not that Microsoft's choices would be any good. I'm more concerned that
  3684. Apple is giving eveything away by failing to internally impose standards
  3685. they worked so hard to establish.
  3686.  
  3687. -- 
  3688.  Pete Gontier // CTO, Integer Poet Software // gurgle@dnai.com
  3689.  
  3690.  "Even during a particularly harsh (Colorado) winter... many of the
  3691.  300 families in the VCTV (movies-on-demand) trial continued to go
  3692.  to video stores." -- eis@murrow.tufts.edu, in Wired 2.09 p62
  3693.  
  3694. +++++++++++++++++++++++++++
  3695.  
  3696. >From kanderso@mabillon.ICS.UCI.EDU (Ken Anderson)
  3697. Date: 19 Aug 94 18:05:20 GMT
  3698. Organization: (none)
  3699.  
  3700. >One would expect that with Don Norman in charge (he is in charge of HIG
  3701. >isn't he?) that HIG would be less worried over the "look" and more about
  3702. >the "feel".
  3703.  
  3704. Don Norman is an Apple Fellow and is in charge of the Personal
  3705. Digital Assistants group. The first product from that group was of
  3706. course the Newton.
  3707.  
  3708. The person in charge of the Human Interface group is I belive Joy Mountford,
  3709. who gave a really snazzy talk at Boston last April at CHI94.
  3710.  
  3711. FYI,
  3712.  
  3713. Ken
  3714. --
  3715. - ------------------------------------------------------------------------------
  3716. -Ken Anderson            Ken_Anderson@acm.org                       U.C. Irvine-
  3717. - "A knowledge of C is probably better than nothing." -- J.G.P. Barnes         -
  3718. -                 Finger kanderso@ics.uci.edu for PGP Public Key               -
  3719. - ------------------------------------------------------------------------------
  3720.  
  3721. +++++++++++++++++++++++++++
  3722.  
  3723. >From shebs@cygnus.com (Stan Shebs)
  3724. Date: Fri, 19 Aug 1994 18:48:18 GMT
  3725. Organization: /cygint/s1/users/shebs/.organization
  3726.  
  3727.  
  3728. In article <rmah-1908940819170001@rmah.dialup.access.net> rmah@panix.com (Robert Mah) writes:
  3729.  
  3730.    I wholeheartedly concur.  Apple's HIG seems to have lost its way -- either
  3731.    that or they have lost their authority to override developer's and 
  3732.    designers taste for the strange.  One would expect that with Don Norman in
  3733.    charge (he is in charge of HIG isn't he?) that HIG would be less worried
  3734.    over the "look" and more about the "feel".  That they would hire fewer
  3735.    graphic designers and more people versed in psychology and sociology.
  3736.  
  3737. Last I heard, Don Norman was just a researcher in ATG, and was not in
  3738. charge of any actual product work.  The only HI-related product person
  3739. I've talked to recently had just left Apple...
  3740.  
  3741. One of the functions of the Blue Meanies was to balance the desires of
  3742. internal developers and designers against the need for compatibility.
  3743. An Architect with real authority would do this kind of thing also.
  3744. Alas, Apple seems not to have either these days...
  3745.  
  3746.                             Stan Shebs
  3747.                             Cygnus Support
  3748.                             shebs@cygnus.com
  3749.  
  3750.  
  3751. +++++++++++++++++++++++++++
  3752.  
  3753. >From rob@eats.com (Rob Newberry)
  3754. Date: Fri, 19 Aug 1994 15:17:28 UNDEFINED
  3755. Organization: Education and Technology Solutions
  3756.  
  3757. Well, I can't tell if I agree or disagree with the others in this thread.  But 
  3758. in some ways, I'm quite sure I favor enhancements to the user interface.  In 
  3759. my opinion, many things in the interface need to evolve.  I am terribly 
  3760. excited about the new things in System 7.5.
  3761.  
  3762. As I understand it, Apple is readying a new Appearance Manager, which will 
  3763. let the user customize much of the interface.  I think this is a "good thing". 
  3764. I'm sure it will come with a "default", but I like the idea of being able to 
  3765. take control.
  3766.  
  3767. On the other hand, as a programmer, if I gave up on Apple already, and started 
  3768. trying to implement my own 3D buttons or the like, what will happen when 
  3769. Appearance Manager comes out?  Will the user be able to customize every 
  3770. application (oh, yeah, by then, my app won't be an app, but an OpenDoc 
  3771. "document manager") except mine?  Yikes!
  3772.  
  3773. In short, I wish Apple had loosened the reigns a little more earlier.  Though 
  3774. I don't think they're far behind in the standard look and feel, a lot of 
  3775. developers have moved on and done things that needed to be done on their own.
  3776.  
  3777. Rob
  3778.  
  3779.  
  3780.  
  3781. +++++++++++++++++++++++++++
  3782.  
  3783. >From dnebing@andy.bgsu.edu (bgsuvax)
  3784. Date: 19 Aug 1994 19:41:27 GMT
  3785. Organization: Bowling Green State University
  3786.  
  3787.   Where have the standards gone?  Out the window.  But that's
  3788. been a long time coming.
  3789.  
  3790.   Standards are good if they are robust and evolve with change.
  3791. However the HIG standard, while at first introduction was quite
  3792. robust, didn't keep up with what was being published in the
  3793. industry.
  3794.  
  3795.   Take for example Word's toolbar that can be found in most of
  3796. their apps now and can also be found in other vendor's apps
  3797. (i.e. CodeWarrior).  The HIGs never evolved to encompass
  3798. toolbars, hence the thread that started here some time back
  3799. about toolbar icons representing nouns or verbs, and which
  3800. was appropriate.
  3801.  
  3802.   There has always been things that we, as Mac programmers,
  3803. have wanted to do but were limited by the HIGs.  So the
  3804. choice between following the guidelines or throwing the
  3805. HIGs out the window and just do what was necessary.
  3806.  
  3807.   While most programmers have followed the guidelines, there
  3808. are several apps out there that have had to break the HIGs
  3809. in order to do what was necessary.
  3810.  
  3811.   If the HIGs are dead, then RIP.  If not, then the HIG
  3812. people at Apple have some major work to do to bring the HIGs
  3813. up to snuff with respect to new interface elements and then
  3814. coerce us (the programmers) that the HIGs are worth following.
  3815.  
  3816. Dave
  3817.  
  3818. ============================================================
  3819. Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  3820. Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  3821. Bowling Green State University   dnebing@bgsuopie (bitnet)
  3822. Bowling Green, OH 43403          #include <std_disclaimer.h>
  3823.  
  3824.              *THE* alt.sources.mac supporter!
  3825.  
  3826. +++++++++++++++++++++++++++
  3827.  
  3828. >From h+@nada.kth.se (Jon W{tte)
  3829. Date: Fri, 19 Aug 1994 22:27:27 +0200
  3830. Organization: Royal Institute of Something or other
  3831.  
  3832. In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  3833. netcom.com!kira!davidjohn (David John Burrowes) wrote:
  3834.  
  3835. >- a strange little thing for 'post-it' notes
  3836. >- a green one for the CD player (the title bar is similar to the standard
  3837. >  document titlebar, but not the same)
  3838.  
  3839. These are specialized apps that don't use standard documents, 
  3840. and as such are entitled to having their own user interface, 
  3841. sort of. The more they go in with the Mac look, the better; and 
  3842. both of these can have the window colors set to white.
  3843.  
  3844. >- the Find File windows have a funky styled background
  3845.  
  3846. It's funky in the betas, where's its a structured noise 
  3847. pattern; in the release it's just a kind of subtle weave that I 
  3848. don't like half as much. I pasted back the gray pattern from 
  3849. the betas :-)
  3850.  
  3851. That pattern is available from the system file (ID=42) for 
  3852. anyone who wants a gray background, presumably.
  3853.  
  3854. >- A window that is reminiscent of the 'palette' titlebar, but with close
  3855. >  and zoom boxes.
  3856.  
  3857. Yeah, but that's the new floating window WDEF that Apple wants 
  3858. ALL of us to use; i e it's a STANDARD as opposed to all the 
  3859. variants of floating palettes we've seen now.
  3860.  
  3861. However, I have this feeling people are not going to use this 
  3862. floating WDEF, since the title bar is too bloody large for most 
  3863. floating pallette uses - Apple says that's to make it easier to 
  3864. hit for newbies, but to me, that seems less important than real 
  3865. productivity for real users...
  3866.  
  3867. Cheers,
  3868.  
  3869.                 / h+
  3870.  
  3871.  
  3872. --
  3873.   Jon W‰tte (h+@nada.kth.se), Hagagatan 1, 113 48 Stockholm, Sweden
  3874.  
  3875. "TextEdit does everything right."
  3876.     ã Jon W{tte
  3877.  
  3878.  
  3879. +++++++++++++++++++++++++++
  3880.  
  3881. >From sanford@CS.Arizona.EDU (Sanford H. Selznick)
  3882. Date: 19 Aug 1994 17:58:35 -0700
  3883. Organization: University of Arizona CS Department, Tucson AZ
  3884.  
  3885. Why did Apple change it's UI so drastically in 7.5?  Marketing.  When
  3886. Joe computer buyer walks into a Sears or BizMart he's going to see two
  3887. computers.  He'll see a 486 box running windows 3.1 and a Mac running
  3888. system 7.1.  
  3889.  
  3890. The 486 will undoubtedly have the calculator open.  And, well, at
  3891. first glance it looks darned good.  It's got that electric grey 
  3892. background, 3D buttons, and it's big.  Is this something you'd want to
  3893. use every day?  No way.
  3894.  
  3895. The Mac will undoubtedly have the trash window open.  The trash icon will be
  3896. sitting in the middle of the screen.  So the sales rep says "the mac
  3897. has a calculator too."  And what does it look like?  A small blue
  3898. piece of crap that obviously hasn't evolved as fast as the windows
  3899. calculator.  It just doesn't look as good.
  3900.  
  3901. Before I go on, let me say I've been 1000% more productive on my mac
  3902. than I have been on a 486 box running windows.  I like the mac
  3903. calculator better too.  But when it comes time to sell a machine to
  3904. Joe Shmo, he wants to see that electric grey calculator.
  3905.  
  3906. Of course the graphic calculator that comes with the PPC blows
  3907. everything else away... and that's a step in the right direction.  Not
  3908. funky post-its.  
  3909.  
  3910. IMHO,
  3911.   Sanford
  3912.  
  3913. +++++++++++++++++++++++++++
  3914.  
  3915. >From gurgle@dnai.com (Pete Gontier)
  3916. Date: Fri, 19 Aug 1994 19:43:47 -0800
  3917. Organization: Integer Poet Software
  3918.  
  3919. In article <rob.311.018B2E0E@eats.com>, rob@eats.com (Rob Newberry) wrote:
  3920.  
  3921. > As I understand it, Apple is readying a new Appearance Manager, which will 
  3922. > let the user customize much of the interface.  I think this is a "good
  3923. thing". 
  3924. > I'm sure it will come with a "default", but I like the idea of being able to 
  3925. > take control.
  3926.  
  3927. This is a Really Bad Thing, IMO. Sure, Windows has it. So what? Windows
  3928. has a SYSTEM.INI, too. Suddenly you're going to have every half-baked
  3929. ResEdit jockey creating new Appearances, and co-workers are going to be
  3930. confused by each other's machines. It's only a matter of time before the
  3931. Control Panel interface is replaced by a text file, I guess.
  3932.  
  3933. > Though I don't think (Apple is) far behind in the standard look and feel...
  3934.  
  3935. Apple *is* the standard look and feel. It's the other vendors who've gone
  3936. off into the weeds. Some (collective) genius at Apple now thinks it's a
  3937. good idea to follow them there.
  3938.  
  3939. -- 
  3940.  Pete Gontier // CTO, Integer Poet Software // gurgle@dnai.com
  3941.  
  3942.  "Even during a particularly harsh (Colorado) winter... many of the
  3943.  300 families in the VCTV (movies-on-demand) trial continued to go
  3944.  to video stores." -- eis@murrow.tufts.edu, in Wired 2.09 p62
  3945.  
  3946. +++++++++++++++++++++++++++
  3947.  
  3948. >From gurgle@dnai.com (Pete Gontier)
  3949. Date: Fri, 19 Aug 1994 19:49:00 -0800
  3950. Organization: Integer Poet Software
  3951.  
  3952. In article <3331t7$rc8@falcon.bgsu.edu>, dnebing@andy.bgsu.edu (bgsuvax) wrote:
  3953.  
  3954. > ...the HIG standard, while at first introduction was quite
  3955. > robust, didn't keep up with what was being published in the
  3956. > industry. Take for example Word's toolbar ...
  3957.  
  3958. My God, the day has come to kill myself. Someone is seriously referring to
  3959. a Microsoft product as having a good interface.
  3960.  
  3961. To be a little less histionic, the ToolBar(tm) is the worst thing to
  3962. happen to interface in a long time, IMO. It's all well and good to have
  3963. clickable icons represent metaphorical paint tools, but when it comes to
  3964. down to saving a file, there's no good icon. But Microsoft didn't let a
  3965. little detail like *that* stop them. After all, 30 people at Microsoft
  3966. thought it was a good idea -- who else counts?
  3967.  
  3968. > While most programmers have followed the guidelines, there
  3969. > are several apps out there that have had to break the HIGs
  3970. > in order to do what was necessary.
  3971.  
  3972. Examples being?
  3973.  
  3974. -- 
  3975.  Pete Gontier // CTO, Integer Poet Software // gurgle@dnai.com
  3976.  
  3977.  "Even during a particularly harsh (Colorado) winter... many of the
  3978.  300 families in the VCTV (movies-on-demand) trial continued to go
  3979.  to video stores." -- eis@murrow.tufts.edu, in Wired 2.09 p62
  3980.  
  3981. +++++++++++++++++++++++++++
  3982.  
  3983. >From gurgle@dnai.com (Pete Gontier)
  3984. Date: Fri, 19 Aug 1994 21:25:17 -0800
  3985. Organization: Integer Poet Software
  3986.  
  3987. In article <gurgle-1908941949000001@gurgle.dnai.com>, gurgle@dnai.com
  3988. (Pete Gontier) wrote:
  3989.  
  3990. > To be a little less histionic
  3991.  
  3992. Don'tcha just hate it when you use a 50 cent word and typo it?
  3993.  
  3994. -- 
  3995.  Pete Gontier // CTO, Integer Poet Software // gurgle@dnai.com
  3996.  
  3997.  "Even during a particularly harsh (Colorado) winter... many of the
  3998.  300 families in the VCTV (movies-on-demand) trial continued to go
  3999.  to video stores." -- eis@murrow.tufts.edu, in Wired 2.09 p62
  4000.  
  4001. +++++++++++++++++++++++++++
  4002.  
  4003. >From 103t_english@west.cscwc.pima.edu
  4004. Date: 19 Aug 94 21:57:03 MST
  4005. Organization: (none)
  4006.  
  4007. In article <1994Aug19.031720.1465@kira.net.netcom.com>, netcom.com!kira!davidjohn (David John Burrowes) writes:
  4008. > I was reading the article about System 7.5 in the September 1994 issue of  
  4009. > MacUser (p. 79-84), and it raised a gigantic question in my mind.  After  
  4010. > some thought, I decided to see what opinions others (yourselves) might have.
  4011. > The 'screenshots' on pages 80-81 and 82-83 of the above issue shows several  
  4012. > new features of this system software release.  In them, I noted five new  
  4013. > window styles:
  4014.  
  4015. [examples of inconsistant interface and ruminations on the subject snipt]
  4016.  
  4017. > If you've read this far, I'm curious what your thoughts are, either through  
  4018. > personal email or on the newsgroup.  Maybe I'm very much in the minority,  
  4019. > and folks generally think the 'highly consistent' interface was too  
  4020. > constraining?
  4021.  
  4022. I think that it is obvious that 7.5 is a rush-job. Aside from AppleScript,
  4023. AOCE, GX nad one or two other exceptions, the new stuff in 7.5 all appears to
  4024. be licensed from 3rd parties and included as is without any attempt to make it
  4025. more System 7-ish.
  4026.  
  4027. It ain't that impressive from an HI or integrated-design standpoint, but it 
  4028. DOES add needed functionality.
  4029.  
  4030.  
  4031. Maybe the 7.8 upgrade will address these issues?
  4032.  
  4033.  
  4034. Lawson
  4035.  
  4036. +++++++++++++++++++++++++++
  4037.  
  4038. >From L.H.Wood@student.lut.ac.uk
  4039. Date: Fri, 19 Aug 1994 13:58:07 GMT
  4040. Organization: Loughborough University, UK.
  4041.  
  4042. In article <pcastine-1908941211190001@maggie.prz.tu-berlin.de> pcastine@prz.tu-berlin.de (Peter Castine) writes:
  4043. >In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  4044. >netcom.com!kira!davidjohn (David John Burrowes) wrote:
  4045. >
  4046. >> I was reading the article about System 7.5 in the September 1994 issue of  
  4047. >> MacUser (p. 79-84), and it raised a gigantic question in my mind.  After  
  4048. >> some thought, I decided to see what opinions others (yourselves) might have.
  4049. >> 
  4050. >> The 'screenshots' on pages 80-81 and 82-83 of the above issue shows several  
  4051. >> new features of this system software release.  In them, I noted five new  
  4052. >> window styles:
  4053. >
  4054. >[schnipp...]
  4055. >
  4056. >> If you've read this far, I'm curious what your thoughts are, either through  
  4057. >> personal email or on the newsgroup.  Maybe I'm very much in the minority,  
  4058. >> and folks generally think the 'highly consistent' interface was too  
  4059. >> constraining?
  4060. >
  4061. The new mini-window bar is generally considered ugly, and generated a lot
  4062. of discussion in csmp.
  4063.  
  4064. [..]
  4065. >It seems to me that standards are going out the window, and that this is a
  4066. >negative development. Conventional buttons and WDEFs may seem a little
  4067. >unadventurous, but in day-to-day work the security of knowing how to
  4068. >recognize a button and where the window title is are a great advantage. I
  4069. >always disliked HyperCard's anything-can-be-a-button attitude, because it
  4070. >leaves you with the challenge of clicking on *everything*, just to see if
  4071. >maybe that little chicklet-shaped object triggers some sort of action.
  4072. >This is fine and dandy for an adventure game, but frustrating when you're
  4073. >trying to get on with your work.
  4074. >
  4075. >As one example, I was looking at the new(ish) AppleCD Audio Player. The
  4076. >only reason I even tried clicking on the little green triangle in the
  4077. >lower left corner was because I knew that the fore-runner software had a
  4078. >track list and I was sure that the newer software _must_ have a track list
  4079. >somewhere. I looked in the menus, to no avail, so I started clicking
  4080. >around and the mouse finally landed on said triangle. Voila! Success at
  4081. >last!
  4082. >
  4083. >But, why the hell should I spend my time clicking around a window to find
  4084. >a substitute for the Zoom box? (Use of the zoom box as a sort of
  4085. >{show|hide}-details-of-a-dialog-window is not officially sanctioned, but
  4086. >has found it's way into a number of utility programs). Sure, if I'd turned
  4087. >on Balloon Help, I might have found this button sooner, but an experienced
  4088. >Mac user shouldn't need Balloon Help to find an _Ersatz_ zoom box.
  4089. >
  4090. I think of these as 'Easter Eggs', which I dislike. If a tool surprises me
  4091. (and a computer is a tool) then it's not transparent to me, which means
  4092. it's badly designed.
  4093.  
  4094. >That said, let me add that it *is* important for UIs to develop; I'm not
  4095. >going to advocate cast-in-platinum Human Interface Guidelines. The
  4096. >_Macintosh Humand Interface Guidelines_ discuss the subject of ``Going
  4097. >Beyond the Guidelines'' quite specifically. 
  4098. >
  4099. >The problem with System 7.5 seems to be that Apple has simply integrated a
  4100. >couple of 3rd party extensions where graphic design went out of control,
  4101. >and nobody bothered to talk with Human Interface about what was good, bad,
  4102. >or useful. 
  4103. >
  4104. Didn't Apple sack most of Human Interface a while back, on the grounds that
  4105. they needed the redundancies and human-interface people don't generate money?
  4106.  
  4107. [The number of applications rolling in different 3D buttons is annoying. I
  4108. don't like 3D buttons; I want consistent 2D buttons, not 3D buttons that
  4109. differ in every application.]
  4110.  
  4111. Quick question - how many human-interface people have ever worked for 
  4112. Microsoft?
  4113.  
  4114. This bothers me, a lot.
  4115.  
  4116. L.
  4117.  
  4118. -- 
  4119.  
  4120. _____________________________________________________________________________
  4121. L.H.Wood@student.lut.ac.uk     Email me for a copy of the Mac screensaver FAQ
  4122.  
  4123.  
  4124. +++++++++++++++++++++++++++
  4125.  
  4126. >From tgaul@halcyon.com (Troy Gaul)
  4127. Date: Sat, 20 Aug 1994 00:46:27 -0700
  4128. Organization: Infinity Systems
  4129.  
  4130. This discussion has brought up a lot of good points about the Bad Things
  4131. that are happening to the interface, particularly with System 7.5.
  4132.  
  4133. One point I'd like to make is that most of the things we're talking about
  4134. here aren't things that Apple _had_ to invent from scratch because there
  4135. weren't already prefectly good ways of doing them.  One of the things that
  4136. the HI people at Apple keep saying is to not invent new interface elements
  4137. when the ones that are available will suit the purpose.  (I'll expand this
  4138. to include that one shouldn't create new appearances for essentially the
  4139. same controls, as that effectively makes them into new controls.)
  4140.  
  4141.  
  4142. Back when System 7 first came out, I was really glad that they finally did
  4143. something about the black-and-white titlebars and scrollbars in windows. 
  4144. You will notice, however, that even though they added color and 3D
  4145. effects, they did so in a tasteful manner (IMHO).
  4146.  
  4147. This new look was what inspired me to write the Infinity Windoid WDEF, as
  4148. the old black-and-white WDEF of the past were just lacking something. 
  4149. When I first made it, however, I tried first and foremost to stay true to
  4150. the original design of floater WDEFs.  The size and position of the
  4151. gadgets were the same, and the coloring scheme matched that of the new
  4152. System 7 windows.  Although the height of the titlebar has grown 2 pixels
  4153. since this first version, I think it is still true to the earlier WDEF,
  4154. and I think that makes it easy for people to identify as a floater.
  4155.  
  4156. When I see the new Apple 7.5 titlebar, I instantly think 'Help Window',
  4157. because this is where it is seen most often.  Maybe this will change if
  4158. apps start using it for floaters, but I'm not sure.
  4159.  
  4160.  
  4161. As for the comments about the design of the new AppleCD Audio Player, I
  4162. don't find that as offensive as some of the other people who've commented
  4163. on it.  The main reason I feel this way is that this is what I'll call a
  4164. 'consumer interface' program (it's designed to look more like a 'real' CD
  4165. Player's control panel).  My main gripe is the triangle control.  Apple
  4166. has the 'turn knob' control like is used in the old Alarm Clock DA that
  4167. would has served the purpose without adding yet another new interface
  4168. element.  (But [sarcastic tone], of course that doesn't have any color in
  4169. it...)
  4170.  
  4171. The new application to control the 630's TV Tuner, if you look at it, has
  4172. an interface that is similar, as it is also a consumer-type controller.
  4173.  
  4174. Now, we have the post-it note application.  The reason for the window
  4175. design there is that the titlebar and grow box are attempting to stay out
  4176. of the way as much as possible, so that it looks like a post-it, even when
  4177. the titlebar is active.  I may not love the fact that the interface is
  4178. different, but I at least understand it, and since I never use it
  4179. anyway...
  4180.  
  4181. I'm not saying these changes are all good, by any means, but _some_ of
  4182. them are understandable (if they are kept in check).
  4183.  
  4184. As for the Find File application window, all I can say is that Apple has
  4185. given guidelines for a 3D beveled interface in a past issue of Develop
  4186. (where a 'flat' light gray is used as the main color).  Why couldn't they
  4187. just use this interface?  And similarly, the 3D icon-buttons described in
  4188. that article would work for the buttons in the help window (without the
  4189. edges being quite so thick, as they were at least in the beta).  Though, I
  4190. didn't like the alternate push buttons, radio buttons, and check boxes
  4191. given in that article.  Use the standard CDEF, darn it!...  If people want
  4192. gray standard buttons, they can install something like Greg's Buttons and
  4193. at least have it done consistently.
  4194.  
  4195. Oh, and don't forget that the AppleScript Script Editor and the PowerTalk
  4196. mailer, which both use something like the Develop-described beveled
  4197. interface, even seem to use different shades of gray for the main part of
  4198. the window(!).  I could go on, but I think I'm preaching to the choir
  4199. here.
  4200.  
  4201. Anyway, I'd like to hear from some of the Apple people who are on the list
  4202. as to how this stuff goes on.  How do these designs get into products?  I
  4203. understand that there was one person in particular who did most of the
  4204. designs for the color icons when System 7 was released, why isn't there a
  4205. similar person who could enforce some amount of user interface
  4206. consistency?
  4207.  
  4208. _troy
  4209. //////// //////___Troy Gaul____________________tgaul@halcyon.com___//
  4210.   //    //      Infinity Systems                                  //
  4211.  //    //  //  Redmond, Washington                               //
  4212. //    //////____________________________________________________//
  4213.  
  4214. +++++++++++++++++++++++++++
  4215.  
  4216. >From gasser@masg1.epfl.ch (Laurent Gasser)
  4217. Date: 20 Aug 1994 12:50:33 GMT
  4218. Organization: Ecole Polytechnique Federale de Lausanne
  4219.  
  4220. The Human Interface Guideline specifically ban the window toolbar as
  4221. too numerous icons.  (It is in the scroll bar chapter, if my memory 
  4222. is faithfull.  They show two windows, one with one or two additional 
  4223. functionality to scroll bar, the other, bad example looks like Word's 
  4224. windows.)  The spirit of Mac interface is quite stringent.  Remember 
  4225. the guidelines about the use of color?  Don't use it as the single 
  4226. way to convey information except when it is the whole information.
  4227.  
  4228. Basically, make the interface look simple, so simple it looks dumb.
  4229.  
  4230. Don't even do that: make it look sober!
  4231.  
  4232. In article <3331t7$rc8@falcon.bgsu.edu>, dnebing@andy.bgsu.edu (bgsuvax) writes:
  4233. [edited]
  4234. |>   Standards are good if they are robust and evolve with change.
  4235. |> However the HIG standard, while at first introduction was quite
  4236. |> robust, didn't keep up with what was being published in the
  4237. |> industry.
  4238. |> 
  4239. |>   Take for example Word's toolbar that can be found in most of
  4240. |> their apps now and can also be found in other vendor's apps
  4241. |> (i.e. CodeWarrior).  The HIGs never evolved to encompass
  4242. |> toolbars, hence the thread that started here some time back
  4243. |> about toolbar icons representing nouns or verbs, and which
  4244. |> was appropriate.
  4245. |> 
  4246. [edited]
  4247. |> Dave
  4248. |> 
  4249. |> ============================================================
  4250. |> Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  4251. |> Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  4252. |> Bowling Green State University   dnebing@bgsuopie (bitnet)
  4253. |> Bowling Green, OH 43403          #include <std_disclaimer.h>
  4254. |> 
  4255. |>              *THE* alt.sources.mac supporter!
  4256.  
  4257. -- 
  4258. Laurent Gasser (gasser@dma.epfl.ch)
  4259. Computers do not solve problems, they execute solutions.
  4260.  
  4261. I know very few ideas worth dying for, none is worth killing.
  4262.  
  4263. +++++++++++++++++++++++++++
  4264.  
  4265. >From rmah@panix.com (Robert Mah)
  4266. Date: Sat, 20 Aug 1994 09:09:14 -0500
  4267. Organization: One Step Beyond
  4268.  
  4269. gurgle@dnai.com (Pete Gontier) wrote:
  4270.  
  4271. ) rmah@panix.com (Robert Mah) wrote:
  4272. ) > Consistancy and the route of least suprise are _very_ important
  4273. ) > principles and I wish that stupid columnists would quit harping
  4274. ) > about the "tired old Mac interface".  An interface _should_ be
  4275. ) > ...
  4276. ) I don't know about your experience, but in mine I have found that the
  4277. ) columnists who say this are usually Intel columnists. By that I don't
  4278. ) mean they work for Intel directly, but that they write about Windows
  4279. ) or OS/2 or perhaps even DOS. The phrase I see most is "The Macintosh
  4280.  
  4281. Umm, well I have seen the Mac rags talk about this, but whatever, my 
  4282. statement was a low blow and most journalists didn't deserve it.  Even
  4283. if they _do_ say, what I attributed to them, that certainly doesn't mak
  4284. them "stupid".   I appologize to any who may be listening in.
  4285.  
  4286. Cheers,
  4287. Rob
  4288. _____________________________________________________________________
  4289. Robert S. Mah           Software Development          +1.212.947.6507
  4290. One Step Beyond        and Network Consulting          rmah@panix.com
  4291.  
  4292. +++++++++++++++++++++++++++
  4293.  
  4294. >From rmah@panix.com (Robert Mah)
  4295. Date: Sat, 20 Aug 1994 09:26:38 -0500
  4296. Organization: One Step Beyond
  4297.  
  4298. rob@eats.com (Rob Newberry) wrote:
  4299.  
  4300. ) But in some ways, I'm quite sure I favor enhancements to the user
  4301. ) interface.  In my opinion, many things in the interface need to evolve.
  4302.  
  4303. Just like steering wheels and typewriters, huh?  Seriouslly, techies have
  4304. a love of the new and always want change.  Change, for no good reason, 
  4305. however, is anethma to a good human interface.  Again, the goals are
  4306. invisibility and no supprise.  Obviouslly, these cannot be reached, but
  4307. we can try to get closer by maintaining consistancy.
  4308.  
  4309. When research shows, conclusively that some interface element is out of
  4310. whack and needs change, then I'm all for it.  However, the change should
  4311. be made with respect to the existing system.
  4312.  
  4313. For example, Apple folk have said that research showed that normal float-
  4314. ing window move bars were too small.  OK, fine, we should make them bigger.
  4315. BUT, there is already a de-facto standard for their look (i.e. 50% gray
  4316. lines seperated by 1 pixel of background).  Why diverge from it?  There is
  4317. NO sound human interface or technical reason.
  4318.  
  4319.  
  4320. ) As I understand it, Apple is readying a new Appearance Manager, which
  4321. ) will let the user customize much of the interface.  I think this is a
  4322. ) "good thing".  I'm sure it will come with a "default", but I like the
  4323. ) idea of being able to take control.
  4324.  
  4325. Control is fine.  Customization is fine.  But ONLY after one has mastered
  4326. the basics.  And by rolling such a feature into the basic OS, as someone
  4327. else mentioned, one assures that inexperienced users will change the look
  4328. of their machines. 
  4329.  
  4330. This is not good.  They will only get confused when they have to use some-
  4331. one else's machine.  They will call tech support lines and complain that
  4332. the pictures in the manual don't match what they see on their computer.
  4333. In general, the interface will become an obstical instead of an aid.
  4334.  
  4335.  
  4336. ) In short, I wish Apple had loosened the reigns a little more earlier. 
  4337. ) Though I don't think they're far behind in the standard look and feel,
  4338. ) a lot of developers have moved on and done things that needed to be
  4339. ) done on their own.
  4340.  
  4341. But that's _part_ of the "official" guidelines.  If there is no accept-
  4342. able standard interface element that fits, create something new that
  4343. does.  Just make sure you consider the standard and de-facto standard
  4344. elements first.
  4345.  
  4346. Cheers,
  4347. Rob
  4348. _____________________________________________________________________
  4349. Robert S. Mah           Software Development          +1.212.947.6507
  4350. One Step Beyond        and Network Consulting          rmah@panix.com
  4351.  
  4352. +++++++++++++++++++++++++++
  4353.  
  4354. >From rmah@panix.com (Robert Mah)
  4355. Date: Sat, 20 Aug 1994 09:36:11 -0500
  4356. Organization: One Step Beyond
  4357.  
  4358. h+@nada.kth.se (Jon W{tte) wrote:
  4359.  
  4360. ) netcom.com!kira!davidjohn (David John Burrowes) wrote:
  4361. ) >- a strange little thing for 'post-it' notes
  4362. ) >- a green one for the CD player (the title bar is similar to the standard
  4363. ) >  document titlebar, but not the same)
  4364. ) These are specialized apps that don't use standard documents, 
  4365. ) and as such are entitled to having their own user interface, 
  4366. ) sort of. The more they go in with the Mac look, the better; and 
  4367. ) both of these can have the window colors set to white.
  4368.  
  4369. I disagree.  The CD-Player controls an external device with a small
  4370. number of discrete controls.  While its similarity to "real world"
  4371. CD players could be argued, I must point out that _my_ real CD player
  4372. looks nothing at all like the software CD-Player.  Actually, now
  4373. that I think about it, very few real CD-players look like that 
  4374. program's main window.
  4375.  
  4376. As for the Post-It (r) notes software.   Give me a break.  It's just a
  4377. bunch of windows for jotting quick notes that remember their locations.
  4378. I'm not denigrating the app, it's quite nicely done, but really...user
  4379. selectable color backgrounds would have been OK, but no standard (or
  4380. even miniature) grow box, etc., etc.  There's no excuse except ego 
  4381. gratification.
  4382.  
  4383.  
  4384. ) Yeah, but that's the new floating window WDEF that Apple wants ALL of
  4385. ) us to use; i e it's a STANDARD as opposed to all the variants of float-
  4386. ) ing palettes we've seen now.
  4387.  
  4388. What "varients" ?.  Except for a few apps that use the standard WDEF for
  4389. their floaters, they all look very similar (other than the use of color).
  4390. Only Apple's looks different.  They are the varient, the one at odds with
  4391. the de-facto standard that has emerged over the last few years.
  4392.  
  4393. If Apple had simply bought Troy's Infinity Windoid, everyone would have
  4394. been better off.  Especially the users (even if they wouldn't know it).
  4395.  
  4396. Cheers,
  4397. Rob
  4398. _____________________________________________________________________
  4399. Robert S. Mah           Software Development          +1.212.947.6507
  4400. One Step Beyond        and Network Consulting          rmah@panix.com
  4401.  
  4402. +++++++++++++++++++++++++++
  4403.  
  4404. >From rmah@panix.com (Robert Mah)
  4405. Date: Sat, 20 Aug 1994 09:54:50 -0500
  4406. Organization: One Step Beyond
  4407.  
  4408. dnebing@andy.bgsu.edu (bgsuvax) wrote:
  4409.  
  4410. ) Standards are good if they are robust and evolve with change.  However
  4411. ) the HIG standard, while at first introduction was quite robust, didn't
  4412. ) keep up with what was being published in the industry.
  4413.  
  4414. This is an irrelavent argument.  There is no "human interface" industry
  4415. to keep up with (though I understand you meant the computer or software
  4416. industry).  And I would argue that keeping up with the Joneses is not
  4417. a worthy goal.
  4418.  
  4419. Human interface design should pay more attention to new perspectives in
  4420. the fields of psycology, sociology, cognition, perception, linguistics,
  4421. learning theory, etc. than the computer and software field.  These "soft"
  4422. fields are much more important, because the purpose of human interface
  4423. design is to mold the machine (or software) the person.  A better under-
  4424. standing of human behaviour will lead to better designs.
  4425.  
  4426.  
  4427. ) Take for example Word's toolbar that can be found in most of their apps
  4428. ) now and can also be found in other vendor's apps (i.e. CodeWarrior).
  4429. ) The HIGs never evolved to encompass toolbars, hence the thread that
  4430. ) started here some time back about toolbar icons representing nouns or
  4431. ) verbs, and which was appropriate.
  4432.  
  4433. The previous discussion to which you refer was more about whether one 
  4434. should mix nouns, verbs and adjectives/adverbs in palettes.
  4435.  
  4436. Microsoft made the cardinal sin of not considering the underlying rational
  4437. for tool palettes (e.g. in paint programs).  They never stopped to examine
  4438. just what was being presented to the user and why tool palettes were a
  4439. valuable addition to the user interface.
  4440.  
  4441. Instead, they said (or so I surmise)...
  4442.  
  4443.   "Let's add icons -- icons are cool."
  4444.   "But what icons?  We don't have any tools like paint bucket in Word..."
  4445.   "How about something for the basic commands like print and save?"
  4446.   "Yeah, that's it!"
  4447.   "OK, how 'bout a spell checker icon?"
  4448.   "Cool man."
  4449.   ...
  4450.   ...
  4451.   "Uh, Joe, what does that icon mean?"
  4452.   "Oh, that's the 'Paste special' icon, can't you tell?"
  4453.   "Well, no...I guess we should add some help"
  4454.   "Great idea!  That way, no one will get confused because we'll have
  4455.    text explaining what each icon does!"
  4456.   "Cool man."
  4457.  
  4458. My question: if you need text to explain a large percentage of the icons,
  4459. then why use the silly icons in the first place?
  4460.  
  4461. The REASON why the toolbars in word and excel (and other programs) are 
  4462. undeciferable by modern man are twofold.
  4463.  
  4464. 1. They depart from the normal practice of using icons to represent nouns.
  4465.    That is _things_ that can be manipulated.
  4466.  
  4467. 2. Each application has it's own "vocabulary", leading to a Tower of Babel.
  4468.    Users must learn a new and different "iconic language" for each app.
  4469.    This is obviouslly not a good thing.
  4470.  
  4471. If there were a standardized vocabulary AND verb-icons could be visually
  4472. distinguished from noun-icons and modifier-icons (i.e. adjectives and 
  4473. adverbs) then, and only then, will toolbars become a truely useful interface
  4474. element.
  4475.  
  4476. Note that, on the Mac anyway, there is already a standardized vocuabulary
  4477. for many graphics app-oriented tool icons.  Color seed fill tools are paint 
  4478. buckets.  Color grabbers are little eye droppers.  Pencils draw points and
  4479. free form lines that follow the cursor.  This standardized vocabulary 
  4480. allows these tools to become "invisble" once they learn them.  Learn them
  4481. once.
  4482.  
  4483. This goes back to more subtle things like the Apple's own special look for
  4484. floating windows.  Now people have to recognize TWO types of windows as 
  4485. floaters.  This is not good.
  4486.  
  4487. Phew!  Enough typing for now.
  4488.  
  4489. Cheers,
  4490. Rob
  4491. _____________________________________________________________________
  4492. Robert S. Mah           Software Development          +1.212.947.6507
  4493. One Step Beyond        and Network Consulting          rmah@panix.com
  4494.  
  4495. +++++++++++++++++++++++++++
  4496.  
  4497. >From dnebing@andy.bgsu.edu (bgsuvax)
  4498. Date: 20 Aug 1994 18:15:31 GMT
  4499. Organization: Bowling Green State University
  4500.  
  4501.   Whew, mention Word's toolbars and I end up catching some flames! ;-)
  4502.  
  4503.   Anyway, all points mentioned about Word's toolbars don't have much
  4504. thought behind them are true.  I never meant to say that Word's interface
  4505. was the best and we should all turn towards Washington and say "We're
  4506. not worthy!"
  4507.  
  4508.   I did want to show how graphical elements like Word's toolbar have
  4509. been popping up and there is nothing in the HIGs to govern their appearance
  4510. nor what they should contain (nouns, verbs, adjectives/adverbs).  Other
  4511. items have been world floating windows, system menus, etc.  There are
  4512. lots of examples of things that have been done which aren't covered in
  4513. the HIGs.  Do the HIGs say anything about removing the Help menu like
  4514. SpeedyFinder does, etc.
  4515.  
  4516.   As far as Word's toolbar goes, I like it.  I like the fact that I
  4517. can set up my own tool to represent a command which I might use from
  4518. time to time that I forget what the key combination is (is that cmd-opt-u
  4519. or cmd-opt-cntrl-u or cmd-opt-shift-u ...).
  4520.  
  4521.   Other apps have been adding toolbars, too.  OmniPage 5.0 has one,
  4522. most MS products have one, I understand that CodeWarrior has one too.
  4523. Toolbars are showing up all over the place, but the HIGs don't say
  4524. whether nouns, verbs, or adj/advs should be used.
  4525.  
  4526.   My whole point was that the HIGs have to be constantly evolving to
  4527. cover new things like toolbars, etc.  You can't just set up some standards
  4528. and expect them to stay golden forever without change.
  4529.  
  4530.   Dave
  4531.  
  4532. ============================================================
  4533. Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  4534. Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  4535. Bowling Green State University   dnebing@bgsuopie (bitnet)
  4536. Bowling Green, OH 43403          #include <std_disclaimer.h>
  4537.  
  4538.              *THE* alt.sources.mac supporter!
  4539.  
  4540. +++++++++++++++++++++++++++
  4541.  
  4542. >From Jaeger@fquest.com (Brian Stern)
  4543. Date: 20 Aug 1994 18:21:56 GMT
  4544. Organization: The University of Texas at Austin, Austin, Texas
  4545.  
  4546. In article <rmah-2008940954500001@rmah.dialup.access.net>, rmah@panix.com
  4547. (Robert Mah) wrote:
  4548.  
  4549. > The REASON why the toolbars in word and excel (and other programs) are 
  4550. > undeciferable by modern man are twofold.
  4551. > 1. They depart from the normal practice of using icons to represent nouns.
  4552. >    That is _things_ that can be manipulated.
  4553. > 2. Each application has it's own "vocabulary", leading to a Tower of Babel.
  4554. >    Users must learn a new and different "iconic language" for each app.
  4555. >    This is obviouslly not a good thing.
  4556. > If there were a standardized vocabulary AND verb-icons could be visually
  4557. > distinguished from noun-icons and modifier-icons (i.e. adjectives and 
  4558. > adverbs) then, and only then, will toolbars become a truely useful interface
  4559. > element.
  4560. > Note that, on the Mac anyway, there is already a standardized vocuabulary
  4561. > for many graphics app-oriented tool icons.  Color seed fill tools are paint 
  4562. > buckets.  Color grabbers are little eye droppers.  Pencils draw points and
  4563. > free form lines that follow the cursor.  This standardized vocabulary 
  4564. > allows these tools to become "invisble" once they learn them.  Learn them
  4565. > once.
  4566. > Phew!  Enough typing for now.
  4567. > Cheers,
  4568. > Rob
  4569. > _____________________________________________________________________
  4570. > Robert S. Mah           Software Development          +1.212.947.6507
  4571. > One Step Beyond        and Network Consulting          rmah@panix.com
  4572.  
  4573.  
  4574. Let me add a bit of grist to this mill.  It is simply not true that icons
  4575. on the Mac are always used as nouns.  This is true in the Finder where
  4576. icons represent files, and in Resedit.  The icon buttons used in graphics
  4577. programs indicate something like 'change the cursor to a pencil tool' or
  4578. 'change the cursor to the paint bucket tool'.  Icon buttons are a hybrid
  4579. between icons and buttons.  All buttons act as verbs, including icon
  4580. buttons.  I don't think there is ever a confusion between icons-as-nouns
  4581. and icons-as-verbs.  The drop shadow
  4582.  
  4583. One could argue that the calculater DA uses a primitive icon-button
  4584. interface.  The '*' and '/' and '+' keys use symbols to indicate their
  4585. functions.  These buttons are also not standard Mac pushbuttons.  This
  4586. interface works because it's so similar to real calculaters that there is
  4587. little or no learning curve.
  4588.  
  4589. Hypercard uses '->' buttons to indicate 'go to the next card'.
  4590.  
  4591. The old Font/DA mover had a standard pushbutton with '>>' on it to
  4592. transfer fonts from the left list box to the right list box.  Admittedly
  4593. that interface wasn't God's gift to interfaces but it is a case where a
  4594. symbol, rather than words was used on a button.  That interface lives on
  4595. in lots of places, like 'Add Files' dialog boxes, although often there is
  4596. a word rather than a symbol.  Presumably we'll be seeing drag-and-drop
  4597. replacements for this RSN ;).
  4598.  
  4599. The problem with icon buttons is that it's often hard to remember what
  4600. they represent and there are often too damn many of them.  FWIW I never
  4601. use Word's toolbar.  (Also Word's toolbar takes a loooong time to
  4602. redraw.)  In Word's defense the toolbar can be turned off, and anything
  4603. that you can do with the toolbar can also be done with the menus, and in
  4604. many cases with command key equivalents.
  4605.  
  4606. The icons on icon buttons are simply meant to replace the words that would
  4607. go there.  And this is done to save space on the buttons, and to be cool,
  4608. of course.  I think that the key to good icon buttons is to have not very
  4609. many of them.  That allows you to remember what they do.
  4610.  
  4611. -- 
  4612. Brian  Stern  :-{)}
  4613. Jaeger@fquest.com
  4614.  
  4615. +++++++++++++++++++++++++++
  4616.  
  4617. >From rmah@panix.com (Robert Mah)
  4618. Date: Sat, 20 Aug 1994 20:42:57 -0500
  4619. Organization: One Step Beyond
  4620.  
  4621. Jaeger@fquest.com (Brian Stern) wrote:
  4622.  
  4623. ) Let me add a bit of grist to this mill.  It is simply not true that icons
  4624. ) on the Mac are always used as nouns.  This is true in the Finder where
  4625. ) icons represent files, and in Resedit.  The icon buttons used in graphics
  4626. ) programs indicate something like 'change the cursor to a pencil tool' or
  4627. ) 'change the cursor to the paint bucket tool'.  Icon buttons are a hybrid
  4628. ) between icons and buttons.  All buttons act as verbs, including icon
  4629. ) buttons.  I don't think there is ever a confusion between icons-as-nouns
  4630. ) and icons-as-verbs.  The drop shadow
  4631.  
  4632. To you, the programmer, the pencil icon may mean, "change internal mode to
  4633. kPencilToolMode", but to the user it means, "I wanna use the pencil now".
  4634. That is, the icon is a graphical representation of a tool, a thing.  That
  4635. this "thing" doesn't actually exist is not relavent.  I.e. when I talk 
  4636. about nouns-vs-verbs, I'm looking at the icons from the user's viewpoint.
  4637.  
  4638. Icon buttons, without text are, IMO, not good, because they try to represent
  4639. actions as icons.  Same problem as MS-style toolbars.
  4640.  
  4641.  
  4642.  
  4643. ) One could argue that the calculater DA uses a primitive icon-button
  4644. ) interface.  The '*' and '/' and '+' keys use symbols to indicate their
  4645. ) functions.  These buttons are also not standard Mac pushbuttons.  This
  4646. ) interface works because it's so similar to real calculaters that there
  4647. ) is little or no learning curve.
  4648.  
  4649. Software calculator interfaces work because of three reasons...
  4650.  
  4651. 1. As you mention, there are real world analogues to the user interface.
  4652.  
  4653. 2. The buttons represent well known concepts (the digits, adding etc.)
  4654.  
  4655. 3. The graphical representation of these concepts have been standardized.
  4656.    I.e. there is a common and accepted vocabulary.  "+" means add.  "="
  4657.    means equals.  Etc.
  4658.  
  4659. Thus, as you say, there is no confusion.  However, imagine what would
  4660. happen if you added a "save paper tape to file" button to the caculator
  4661.  
  4662. Note that, in this specific case, the criteria that I set forth for the
  4663. use of icons to represent verbs have been fullfiled.  Thus, it works. 
  4664. Most applications and software in general do not fullfil these criteria.
  4665.  
  4666.  
  4667. ) Hypercard uses '->' buttons to indicate 'go to the next card'.
  4668.  
  4669. Don't even get me started on HyperCard!  No thought seemed to have been
  4670. given to interface design on that thing.  Problems like floating palettes
  4671. that de-hilite, fixed window sizes, dynamically changing menus, too many
  4672. modes, modal editors, etc.  Many problems were fixed in later versions
  4673. and the current one is actually starting to get decent.
  4674.  
  4675.  
  4676. ) The old Font/DA mover had a standard pushbutton with '>>' on it to
  4677. ) transfer fonts from the left list box to the right list box.  Admittedly
  4678. ) that interface wasn't God's gift to interfaces but it is a case where a
  4679. ) symbol, rather than words was used on a button.  That interface lives on
  4680. ) in lots of places, like 'Add Files' dialog boxes, although often there is
  4681. ) a word rather than a symbol.  Presumably we'll be seeing drag-and-drop
  4682. ) replacements for this RSN ;).
  4683.  
  4684. Ever remember seeing someone try to figure out Font/DA Mover?  The concept
  4685. is simple to those who understand the mechanics, but to normal users who
  4686. don't want to understand resources and such, it was a royal nightmare.
  4687.  
  4688. Wouldn't it have been better to title the buttons as "Move ->" or even
  4689. better "Move To File XYZ".  Or even better, drop the damn thing and move
  4690. its functionality to the Finder where people don't have to learn yet
  4691. another method of moving objects around.
  4692.  
  4693. Cheers,
  4694. Rob
  4695. _____________________________________________________________________
  4696. Robert S. Mah           Software Development          +1.212.947.6507
  4697. One Step Beyond        and Network Consulting          rmah@panix.com
  4698.  
  4699. +++++++++++++++++++++++++++
  4700.  
  4701. >From hanrek@cts.com (Mark Hanrek)
  4702. Date: 21 Aug 1994 01:37:23 GMT
  4703. Organization: The Information Workshop
  4704.  
  4705.  
  4706. When I explain what is heappening in the world of computers to
  4707. non-computer people, I like to draw an analogy to the early days of
  4708. automobiles, when between the different manufacturers, there were
  4709. different ways to steer, and different ways to start, stop, and make the
  4710. horseless-carriage go.
  4711.  
  4712. Maybe that analogy is useful in this discussion.
  4713.  
  4714. Today, we can get into a 1965 Galaxie 500, or a 1994 Supra, and easily
  4715. know what to do to drive either of them.
  4716.  
  4717. Perhaps we are at the stage where we can be a little loose, and allow for
  4718. some differing styles on our screens.
  4719.  
  4720. As long as the close box, zoom box, grow box, and drag bar are clearly
  4721. obvious and work the expected ways, a window is a window.
  4722.  
  4723. The same with buttons.
  4724.  
  4725. Maybe this is the beginning of wriggling out of the super-restricted
  4726. user-interface thinking we have been in for so long.
  4727.  
  4728. At first it was "the march to enforce consistency", and the Macintosh made
  4729. its point.  Now that we have done that, and everyone understands the
  4730. fundamental value of consistency, we can let up and allow some style.
  4731.  
  4732. You know those telephones with the gigantic numbers on buttons that are 2
  4733. inches on a side?....
  4734.  
  4735. :)
  4736.  
  4737. Mark Hanrek
  4738. The Information Workshop
  4739.  
  4740. +++++++++++++++++++++++++++
  4741.  
  4742. >From nagle@netcom.com (John Nagle)
  4743. Date: Sun, 21 Aug 1994 02:21:21 GMT
  4744. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  4745.  
  4746. sanford@CS.Arizona.EDU (Sanford H. Selznick) writes:
  4747. >Of course the graphic calculator that comes with the PPC blows
  4748. >everything else away... and that's a step in the right direction.  Not
  4749. >funky post-its.  
  4750.  
  4751.       Agreed.  With the PowerMac, application developers are guaranteed
  4752. a certain floor of performance, which makes possible apps that depend
  4753. on that floor.  Graphic Calculator is an example; something like that
  4754. is too unwieldy to use if it updates slowly.  3D editing programs can
  4755. be written to assume the model can be manipulated interactively.  
  4756. Look at Ashlar Vellum for something that intelligently uses CPU
  4757. time in an interactive way.
  4758.  
  4759.       This is the way to a "killer app" that sells PowerMacs to PC
  4760. users.  Unless Apple comes up with something that moves users from
  4761. PCs to Macs, Apple's market share will steadily decrease, because users
  4762. are already moving the other way.
  4763.  
  4764.                     John Nagle
  4765.  
  4766. +++++++++++++++++++++++++++
  4767.  
  4768. >From ari@world.std.com (Ari I Halberstadt)
  4769. Date: Sun, 21 Aug 1994 02:49:17 GMT
  4770. Organization: The World Public Access UNIX, Brookline, MA
  4771.  
  4772. In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  4773. David John Burrowes <netcom.com!kira!davidjohn> wrote:
  4774. >If you've read this far, I'm curious what your thoughts are, either through  
  4775. >personal email or on the newsgroup.  Maybe I'm very much in the minority,  
  4776. >and folks generally think the 'highly consistent' interface was too  
  4777. >constraining?
  4778.  
  4779. Others must have noticed that Apple, Microsoft, and any plethora of
  4780. other GUI builders are doing what they've always been doing. Stealing
  4781. (uh, adapting) ideas from eachother. Apple anounces a new feature,
  4782. Microsoft isn't far behind. Microsoft announces a new feature, Apple
  4783. isn't far behind (my favorite example of this is preemptive
  4784. multitasking and threads). What you're seeing is Apple doing what it
  4785. has always done, and will continue to do. Their documentation as to
  4786. "standards" is temporary gibberish; there are so many standards of
  4787. such short life-spans, that the term "standard" in computer-world has
  4788. little meaning. In the end, I don't think users really care if their
  4789. buttons are 3-D shadowed, or if they're rounded, square, or whatever.
  4790. They just want software that's useful or fun, or that, at a minimum,
  4791. marketing can convince them to buy. It doesn't really matter if it's a
  4792. mac, a windows, a car, a dog, or a cat. People are people are people,
  4793. and will always behave as people. Oh gosh, I'm straying. Let me get
  4794. off of my soap box.
  4795.  
  4796. Ah, that's better. Cheers!
  4797. -- 
  4798. Ari Halberstadt                                 ari@world.std.com
  4799. One generation passes away, and another generation comes: but the
  4800. earth abides for ever. -- Ecclesiastes, 1:4.
  4801.  
  4802. +++++++++++++++++++++++++++
  4803.  
  4804. >From ari@world.std.com (Ari I Halberstadt)
  4805. Date: Sun, 21 Aug 1994 03:10:46 GMT
  4806. Organization: The World Public Access UNIX, Brookline, MA
  4807.  
  4808. In article <gurgle-1908941023500001@gurgle.dnai.com>,
  4809. Pete Gontier <gurgle@dnai.com> wrote:
  4810. >Frankly, from what I've seen of System 7.5, there's less and less reason
  4811. >to develop for Macintosh. That ought to scare the shit out of Apple,
  4812. >because the only way they'll survive is if people think there's reason to
  4813. >bother.
  4814.  
  4815. For me, it's not 7.5. It's the pathetic state of the APIs and
  4816. documentation. Who wants to spend their life looking through 16000
  4817. pages? There is no reason the OS needs to be that complicated. And no,
  4818. a legacy OS is not a reason for rampant complexity. And OpenDoc is
  4819. only going to make it worse. Oh ya, and six (SIX!!!) books for QDGX.
  4820. Geesh. Unfortunately for the world, Microsoft is making the exact same
  4821. mistakes. Oh well.
  4822.  
  4823. And then, there are the development tools. We all know what sorry
  4824. state they've been in and continue to be in. And the pathetic
  4825. languages used for development (this isn't a mac-only problem; none of
  4826. this is a mac-only problem).
  4827.  
  4828. Finally, there's the market share. Many more windows machines than
  4829. macs. Solution? Some cross-platform package. Well, then you get into
  4830. deciding which one to use, will the company be around, convincing your
  4831. engineers, etc.
  4832.  
  4833. Why do I do mac development? Because I learned it years ago and manage
  4834. to keep up with a minimum of the dumb system junk they produce. And I
  4835. can still get work doing it, because there are several million macs
  4836. out there, and that's a reasonably sized market. And because learning
  4837. another OS is a major hastle (see above). And it pays my bills so I
  4838. can do what I want to do. And no, that's not program computers all the
  4839. time. Really. No, really.
  4840.  
  4841. Here's my schpiel: computers suck. They all suck. But they're useful
  4842. tools for certain problems. But give me 50 years, maybe 100, and no
  4843. one will talk of digital computers. It will be about systems that
  4844. immitate biological systems. We all run around with the most powerful
  4845. information processing system on our shoulders. It's the ultimate in
  4846. portability. Well, obviously we don't do matrix multiplications too
  4847. fast, but that's about all computers beat us at. Yes, biology is the
  4848. future. Even a single living cell (even a bacterium!) puts computers
  4849. to shame. Small, efficient, fast, robust (!!), disposable, recyclable.
  4850. Engineering on the atomic level. People who talk about nano-machines
  4851. don't know squat about the future. An enzyme is a nano-machine, built
  4852. atom by atom, in a process no one can describe fully. And you've got
  4853. so many trillions of them, constantly being built and destroyed, of
  4854. such an incredible variety. Really, computers do suck. And yes,
  4855. they're useful tools. Heck, they pay the food bills, so this
  4856. biological entity can continue to pontificate and study itself :-)
  4857.  
  4858. -- 
  4859. Ari Halberstadt                                 ari@world.std.com
  4860. One generation passes away, and another generation comes: but the
  4861. earth abides for ever. -- Ecclesiastes, 1:4.
  4862.  
  4863. +++++++++++++++++++++++++++
  4864.  
  4865. >From ari@world.std.com (Ari I Halberstadt)
  4866. Date: Sun, 21 Aug 1994 03:19:49 GMT
  4867. Organization: The World Public Access UNIX, Brookline, MA
  4868.  
  4869. In article <gurgle-1908941028350001@gurgle.dnai.com>,
  4870. Pete Gontier <gurgle@dnai.com> wrote:
  4871. >I don't think "refused" is quite the right word. I think what's going on
  4872. >is that Apple is a disgusting fragmented byzantine re-organized
  4873. >bureaucracy at this point. Nobody has the authority to put their foot down
  4874. >and say "dammit, add floating window support to the Window Manager". Lots
  4875. >of people can produce paperwork showing why it should wait until next year
  4876. >when the Frobozzination Manager comes out. But nobody can put their foot
  4877. >down.
  4878.  
  4879. I put my foot down. Oh, but it doesn't seem to have done any good :-)
  4880.  
  4881. Too bad the only PC company to come along in the last 10 years to
  4882. offer something useful died (well, sort of, it's not dead yet). NeXT
  4883. of course. We could all have been 5 years ahead of the game had NeXT
  4884. pinned Apple and MS against the ropes.
  4885. -- 
  4886. Ari Halberstadt                                 ari@world.std.com
  4887. One generation passes away, and another generation comes: but the
  4888. earth abides for ever. -- Ecclesiastes, 1:4.
  4889.  
  4890. +++++++++++++++++++++++++++
  4891.  
  4892. >From ari@world.std.com (Ari I Halberstadt)
  4893. Date: Sun, 21 Aug 1994 03:26:00 GMT
  4894. Organization: The World Public Access UNIX, Brookline, MA
  4895.  
  4896. In article <9668AA7AE24F.450EE@klkmac004.nada.kth.se>,
  4897. Jon W{tte <h+@nada.kth.se> wrote:
  4898. >However, I have this feeling people are not going to use this 
  4899. >floating WDEF, since the title bar is too bloody large for most 
  4900. >floating pallette uses - Apple says that's to make it easier to 
  4901. >hit for newbies, but to me, that seems less important than real 
  4902. >productivity for real users...
  4903.  
  4904. Why couldn't they just have bought Troy's cool Windoid (or done their
  4905. own, if they disliked the idea of anyone ever knowing that Apple ever
  4906. had anything to do with something that was, gasp, free with source
  4907. code) and added a "Windows" control panel that let users set the
  4908. height of stupid title bar? Users who need BIG title bars could click
  4909. the BIG TITLE BAR button, and users who need tiny title bars could
  4910. click the tiny title bar button, and super expert users could enter a
  4911. measurement (in centimeters or inches, NOT pixels) into a little text
  4912. field. The modifications to the windoid to make its title bar's height
  4913. adjustable would have been miniscule, and would have made the UI
  4914. adaptable to the particular needs of individuals with minimal impact
  4915. on overall consistency.
  4916. -- 
  4917. Ari Halberstadt                                 ari@world.std.com
  4918. One generation passes away, and another generation comes: but the
  4919. earth abides for ever. -- Ecclesiastes, 1:4.
  4920.  
  4921. +++++++++++++++++++++++++++
  4922.  
  4923. >From ari@world.std.com (Ari I Halberstadt)
  4924. Date: Sun, 21 Aug 1994 03:30:46 GMT
  4925. Organization: The World Public Access UNIX, Brookline, MA
  4926.  
  4927. In article <1994Aug19.215703@west.cscwc.pima.edu>,
  4928.  <103t_english@west.cscwc.pima.edu> wrote:
  4929. >I think that it is obvious that 7.5 is a rush-job. Aside from AppleScript,
  4930. >AOCE, GX nad one or two other exceptions, the new stuff in 7.5 all appears to
  4931. >be licensed from 3rd parties and included as is without any attempt to make it
  4932. >more System 7-ish.
  4933.  
  4934. With all those 3-rd party ideas included in sys 7.5, why, oh why,
  4935. couldn't they have included drop-down menus and stick-up menus? It
  4936. would have made life so much easier on my tired hands (that have to
  4937. click, hold, and drag to access a menu command, a very very bad thing
  4938. from a human engineering POV).
  4939. -- 
  4940. Ari Halberstadt                                 ari@world.std.com
  4941. One generation passes away, and another generation comes: but the
  4942. earth abides for ever. -- Ecclesiastes, 1:4.
  4943.  
  4944. +++++++++++++++++++++++++++
  4945.  
  4946. >From sanford@CS.Arizona.EDU (Sanford H. Selznick)
  4947. Date: 20 Aug 1994 20:21:36 -0700
  4948. Organization: University of Arizona CS Department, Tucson AZ
  4949.  
  4950. In article <Cuv6I6.MyG@world.std.com>,
  4951. [poof!]
  4952. >... In the end, I don't think users really care if their
  4953. >buttons are 3-D shadowed, or if they're rounded, square, or whatever.
  4954. >They just want software that's useful or fun, or that, at a minimum,
  4955. >marketing can convince them to buy. It doesn't really matter if it's a
  4956. >mac, a windows, a car, a dog, or a cat.
  4957.  
  4958. So this actually brings up an important point.  Is the mac supposed to
  4959. be a computer to _buy_ or a computer to _use_?  Is there a happy
  4960. medium?
  4961.  
  4962. I say yes, but not when you put mail software under the special menu
  4963. and Shut Down in the Apple menu.  What percentage of macs end up on a 
  4964. network anyway?  (Does it even do POP3?)  The transition from 6 to 7
  4965. added a lot of good features.  The transition from 7 to 7.5 adds too
  4966. many bells and whistles for my taste.
  4967.  
  4968. As I bring up yet one more point in the same breath...
  4969.  
  4970. When I'm not in school or working for the U, I do independent
  4971. consulting.  One thing I can always count on is macintosh consistency.
  4972. I can sit down at any mac and know my way around.  The users (once
  4973. they get good, and they do so rather quickly) see this too.  And that
  4974. too is a selling feature they they can talk about to their friends.
  4975. Different is good.  Different with efficiency is even better.
  4976.  
  4977. IMHO,
  4978.   Sanford
  4979.  
  4980.  
  4981. +++++++++++++++++++++++++++
  4982.  
  4983. >From ari@world.std.com (Ari I Halberstadt)
  4984. Date: Sun, 21 Aug 1994 03:43:35 GMT
  4985. Organization: The World Public Access UNIX, Brookline, MA
  4986.  
  4987. In article <rmah-2008940954500001@rmah.dialup.access.net>,
  4988. Robert Mah <rmah@panix.com> wrote:
  4989. >Human interface design should pay more attention to new perspectives in
  4990. >the fields of psycology, sociology, cognition, perception, linguistics,
  4991. >learning theory, etc. than the computer and software field.  These "soft"
  4992. >fields are much more important, because the purpose of human interface
  4993. >design is to mold the machine (or software) the person.  A better under-
  4994. >standing of human behaviour will lead to better designs.
  4995.  
  4996. Ok, here's the new alert for deleting a locked file:
  4997.  
  4998. "While it's ok to delete a locked file, you should remember that this
  4999. does not deal with the more basic problem of why the file is locked.
  5000. Merely deleting this file will not solve your problems, which arrise
  5001. out of years of neglect and rejection.
  5002.  
  5003.        -----------------  --------------------   ----------------
  5004.       | Call My Shrink | | Load Caring Mother | | Please Help Me |
  5005.        ----------------   --------------------  | Understand My  |
  5006.                                                 | Inner Child    |
  5007.                                                  ----------------
  5008. "
  5009.  
  5010. Sorry, I couldn't resist it. I do agree with Rob, though.
  5011.  
  5012. Boy, this thread is so much fun. I haven't posted so many stupid and
  5013. irrelevant things since, uh, oh I don't know.
  5014. -- 
  5015. Ari Halberstadt                                 ari@world.std.com
  5016. One generation passes away, and another generation comes: but the
  5017. earth abides for ever. -- Ecclesiastes, 1:4.
  5018.  
  5019. +++++++++++++++++++++++++++
  5020.  
  5021. >From rmah@panix.com (Robert Mah)
  5022. Date: Sun, 21 Aug 1994 05:55:39 -0500
  5023. Organization: One Step Beyond
  5024.  
  5025. ari@world.std.com (Ari I Halberstadt) wrote:
  5026.  
  5027. ) Ok, here's the new alert for deleting a locked file:
  5028. ) "While it's ok to delete a locked file, you should remember that this
  5029. ) does not deal with the more basic problem of why the file is locked.
  5030. ) Merely deleting this file will not solve your problems, which arrise
  5031. ) out of years of neglect and rejection.
  5032. )        -----------------  --------------------   ----------------
  5033. )       | Call My Shrink | | Load Caring Mother | | Please Help Me |
  5034. )        ----------------   --------------------  | Understand My  |
  5035. )                                                 | Inner Child    |
  5036. )                                                  ----------------
  5037.  
  5038. Damn that's funny!  I'm not quite sure _why_ I thought it was so funny..
  5039. ..maybe it has something to do with supressed memories of my childhood..
  5040.  
  5041. Cheers,
  5042. Rob
  5043. _____________________________________________________________________
  5044. Robert S. Mah           Software Development          +1.212.947.6507
  5045. One Step Beyond        and Network Consulting          rmah@panix.com
  5046.  
  5047. +++++++++++++++++++++++++++
  5048.  
  5049. >From Jaeger@fquest.com (Brian Stern)
  5050. Date: 21 Aug 1994 12:48:46 GMT
  5051. Organization: The University of Texas at Austin, Austin, Texas
  5052.  
  5053. In article <rmah-2008942042570001@rmah.dialup.access.net>, rmah@panix.com
  5054. (Robert Mah) wrote:
  5055.  
  5056. > Jaeger@fquest.com (Brian Stern) wrote:
  5057. > ) Let me add a bit of grist to this mill.  It is simply not true that icons
  5058. > ) on the Mac are always used as nouns.  This is true in the Finder where
  5059. > ) icons represent files, and in Resedit.  The icon buttons used in graphics
  5060. > ) programs indicate something like 'change the cursor to a pencil tool' or
  5061. > ) 'change the cursor to the paint bucket tool'.  Icon buttons are a hybrid
  5062. > ) between icons and buttons.  All buttons act as verbs, including icon
  5063. > ) buttons.  I don't think there is ever a confusion between icons-as-nouns
  5064. > ) and icons-as-verbs.  The drop shadow
  5065. > To you, the programmer, the pencil icon may mean, "change internal mode to
  5066. > kPencilToolMode", but to the user it means, "I wanna use the pencil now".
  5067. > That is, the icon is a graphical representation of a tool, a thing.  That
  5068. > this "thing" doesn't actually exist is not relavent.  I.e. when I talk 
  5069. > about nouns-vs-verbs, I'm looking at the icons from the user's viewpoint.
  5070. > Icon buttons, without text are, IMO, not good, because they try to represent
  5071. > actions as icons.  Same problem as MS-style toolbars.
  5072. > Cheers,
  5073. > Rob
  5074. > _____________________________________________________________________
  5075. > Robert S. Mah           Software Development          +1.212.947.6507
  5076. > One Step Beyond        and Network Consulting          rmah@panix.com
  5077.  
  5078. All buttons represent verbs; if you click a button then some action
  5079. occurs.  Buttons also have some information on them to help you remember
  5080. the action associated with them.  In the traditional case this is in the
  5081. form of words, in the case at hand it is little pictures.  I agree that we
  5082. should look at this from the user's perspective.  
  5083.  
  5084. Clicking on the pencil button does mean 'use the pencil now', and that's
  5085. an action, not a noun.  If a graphics program was to maintain the Finder's
  5086. paradigm of 'select a file and then select an action to be done to that
  5087. file', there would be a tool palette that had some number of tool icons on
  5088. it.  To change the current tool to the pencil the user would select the
  5089. pencil icon in the tool palette and then choose a menu item or hit a
  5090. standard button that said something like 'use selected tool'.  This could
  5091. work but would probably be less convenient than the icon-button approach.
  5092.  
  5093. The fact that these buttons have icons on them is an implementation
  5094. detail.  I think that you're seeing them from a programmer's perspective. 
  5095. I doubt that many users think of these as icon-buttons.  They're merely
  5096. buttons.  I don't believe that there is any confusion between the pictures
  5097. on these buttons and the pictures that the Finder shows you.  Everyone
  5098. knows that clicking on a button does something.  The hard part is
  5099. remembering or figuring out what a particular button does.
  5100.  
  5101. I agree that excessive use of icon-buttons causes problems (see your
  5102. physician or clergyman for treatment:)  I don't agree that this has
  5103. anything to do with nouns or verbs.  The problem is that when you have a
  5104. whole slew of them it's very hard to remember what they all do.
  5105.  
  5106. One of the most important strengths of the Mac interface is the way that
  5107. it's easy to remember how things work.  When people say that the Mac
  5108. interface is intuitive what they really mean is that things are 'easy to
  5109. remember'.  Intuitive really means 'easy to figure out'.  Icon buttons are
  5110. usually not 'easy to remember' and they're often not 'easy to figure out'
  5111. either.
  5112.  
  5113. -- 
  5114. Brian  Stern  :-{)}
  5115. Jaeger@fquest.com
  5116.  
  5117. +++++++++++++++++++++++++++
  5118.  
  5119. >From rmah@panix.com (Robert Mah)
  5120. Date: Sun, 21 Aug 1994 14:47:56 -0500
  5121. Organization: One Step Beyond
  5122.  
  5123. Jaeger@fquest.com (Brian Stern) wrote:
  5124. ) All buttons represent verbs; if you click a button then some action occurs.
  5125.  
  5126. Yes, I'll agree with this.  However, tool palettes as commonly used in
  5127. graphics apps are not like normal buttons because they stay hilited
  5128. over time.  Normal buttons initiate an action and then return to their
  5129. unhilited state immediately (or should).  
  5130.  
  5131. But leaving that asside for now, you raise an interesting point...
  5132.  
  5133.  
  5134. ) Clicking on the pencil button does mean 'use the pencil now', and
  5135. ) that's an action, not a noun. 
  5136.  
  5137. If you point to the pencil tool icon and ask users, "what is that?" 
  5138. Most usrers will not say, "that's the button that turns on the pencil
  5139. tool".  They will say, "that's the pencil tool".  That icon has taken on
  5140. the meaning of that tool.  It is a word, expressed as a heiroglyph that
  5141. represents the tool, "pencil", in the mind of the user.  In short, a noun.
  5142.  
  5143. Turning that around, if you ask, "what does that do?", then they may say,
  5144. "it lets me use the pencil".
  5145.  
  5146. The reason for this seeming dichotomy is the question itself.  The second
  5147. question was phrased in a manner that elicits a functional responce
  5148. instead of a descriptive one. 
  5149.  
  5150. This can be easily turned around and used to "proove" that a common soft-
  5151. ware "verb" is actually a "noun".  Point to the a scroll bar in a window
  5152. and ask, "What is that?".  Which could easily lead to a responce such as,
  5153. "That's a scroll bar".  Then again, ask, "What does this do?" and you, of
  5154. course, get, "It makes the text move up and down".
  5155.  
  5156. It's all a matter of perspective and language.
  5157.  
  5158.  
  5159. ) I agree that excessive use of icon-buttons causes problems (see your
  5160. ) physician or clergyman for treatment:)  I don't agree that this has
  5161. ) anything to do with nouns or verbs.  The problem is that when you have
  5162. ) a whole slew of them it's very hard to remember what they all do.
  5163. ) [...]
  5164. ) Icon buttons are usually not 'easy to remember' and they're often not 
  5165. ) 'easy to figure out' either.
  5166.  
  5167. One point in differentiating between "noun" icons and "verb" icons is that
  5168. a standard vocabulary is much easier to build with "noun" icons.  That is
  5169. why, in fact, a small one already has.  It's easier because "nouns" are
  5170. often used to represent software-things which one can easily represent
  5171. with a picture of a similar real-world analogue.
  5172.  
  5173. Verbs, however, by their very nature are more ephemeral.  They are not as
  5174. easily represented by pictures, and in fact, some designers have taken to
  5175. using pictures of _things_ to represent _actions_.  E.g. printer icon
  5176. buttons to print documents.  This is NOT the same as the use of printer
  5177. icons in Quickdraw GX on the desktop.  Here, they are used to represent
  5178. things...a destination that prints documents.  So, it fits within the
  5179. overall scheme of the Finder.
  5180.  
  5181.  
  5182. So, finally, I would like to stress that it's not toolbars, per se, that
  5183. bother me, it's the gratuitous use of babbeling icons to represent actions
  5184. (i.e. verbs) without regard for standardization.
  5185.  
  5186. The icons used in these buttons ARE a written language.  Just as ancient
  5187. Egyptian hieroglyphics is a written language.  But a language needs a
  5188. commonly recognized vocabulary to be decipherable.  Until we have one, I
  5189. feel that it is almost always more appropriate to use the local language
  5190. of choice.
  5191.  
  5192. Cheers,
  5193. Rob
  5194. _____________________________________________________________________
  5195. Robert S. Mah           Software Development          +1.212.947.6507
  5196. One Step Beyond        and Network Consulting          rmah@panix.com
  5197.  
  5198. +++++++++++++++++++++++++++
  5199.  
  5200. >From Jaeger@fquest.com (Brian Stern)
  5201. Date: 21 Aug 1994 21:02:27 GMT
  5202. Organization: The University of Texas at Austin, Austin, Texas
  5203.  
  5204. In article <rmah-2108941447560001@rmah.dialup.access.net>, rmah@panix.com
  5205. (Robert Mah) wrote:
  5206. [snip]
  5207. > So, finally, I would like to stress that it's not toolbars, per se, that
  5208. > bother me, it's the gratuitous use of babbeling icons to represent actions
  5209. > (i.e. verbs) without regard for standardization.
  5210. > The icons used in these buttons ARE a written language.  Just as ancient
  5211. > Egyptian hieroglyphics is a written language.  But a language needs a
  5212. > commonly recognized vocabulary to be decipherable.  Until we have one, I
  5213. > feel that it is almost always more appropriate to use the local language
  5214. > of choice.
  5215. > Cheers,
  5216. > Rob
  5217. > _____________________________________________________________________
  5218. > Robert S. Mah           Software Development          +1.212.947.6507
  5219. > One Step Beyond        and Network Consulting          rmah@panix.com
  5220.  
  5221. I think what this comes down to is problems with the replacement of text
  5222. with graphics.  
  5223.  
  5224. Consider the icons (or pictographs) at the tops of the reply windows in
  5225. NewsWatcher and Eudora.  In these cases icons are used to replace the text
  5226. in checkboxes.  The Newswatcher one works for me because there are only
  5227. three icons.  Interestingly, the Send function is accomplished by a
  5228. standard pushbutton with text in it.  The icons in Eudora's reply window
  5229. never worked for me because I never could figure out what they all meant
  5230. and I only used the program occasionally.
  5231.  
  5232. Consider also the icons in alert boxes.  These can't be manipulated in any
  5233. way.  They just convey the meaning of 'Warning' or 'here's something you
  5234. should know'.  This works because there are relatively few different alert
  5235. icons.  Imagine a program with a different alert icon for each error
  5236. message.
  5237.  
  5238. So what we're seeing is the replacement of text with graphics in a number
  5239. of places.  I do agree that it is usually more difficult to describe a
  5240. verb with a graphic than it is to describe a noun with a graphic.  I
  5241. think, again, that the problem is one of ease of remembering and ease of
  5242. figuring out.  
  5243.  
  5244. OTOH, what about command key equivalents.  At first blush it would seem
  5245. that pictures are better at describing actions than random letters. 
  5246. However, noone complains that command key equivalents are 'bad'.  I guess
  5247. part of it is that you can always look up the meaning of a command key
  5248. equivalent by pulling down the menus, and another part is that they are
  5249. completely unobtrusive if you don't use them.
  5250.  
  5251. I think you're right that there needs to be some standardization [hey we
  5252. got back to the title of this thread] of icons for use in place of text. 
  5253. It won't be easy though.  And tool palettes are too sexy for most
  5254. developers to think twice about not implementing them wherever they can.
  5255.  
  5256. -- 
  5257. Brian  Stern  :-{)}
  5258. Jaeger@fquest.com
  5259.  
  5260. +++++++++++++++++++++++++++
  5261.  
  5262. >From heilmayr@uclink.berkeley.edu (Klaus)
  5263. Date: 21 Aug 1994 23:16:27 GMT
  5264. Organization: Parentheses and Ellipses
  5265.  
  5266. In article <tgaul-2008940046270001@bellevue-ip27.halcyon.com>
  5267. tgaul@halcyon.com (Troy Gaul) writes:
  5268.  
  5269. > As for the comments about the design of the new AppleCD Audio Player, I
  5270. > don't find that as offensive as some of the other people who've commented
  5271. > on it.  The main reason I feel this way is that this is what I'll call a
  5272. > 'consumer interface' program (it's designed to look more like a 'real' CD
  5273. > Player's control panel).
  5274.  
  5275. When you're playing a CD, you see a lit-up "pause" control.  When you have a
  5276. CD paused, you see a lit-up "play" control instead.  Rather unlike a 'real' CD
  5277. player, in which the lit-up control is the one that's currently active (e.g.
  5278. when you're playing a CD, the "play" control is lit up).  This violates
  5279. another principle of user interface design: If you make changes to an
  5280. interface, those changes should be obvious.  You should never have a
  5281. familiar-looking interface element perform an unexpected function.
  5282.  
  5283.  -Klaus (heilmayr@math.berkeley.edu)
  5284.  
  5285. +++++++++++++++++++++++++++
  5286.  
  5287. >From hvoth@news.etc.bc.ca (Herb Voth)
  5288. Date: Mon, 22 Aug 1994 03:09:38 GMT
  5289. Organization: Ministry of Education
  5290.  
  5291. The way I see this button problem is this:
  5292.  
  5293. -MS basically duplicated all their menu and key combo features in buttons.
  5294. This can never be intuitive because there are too many options to
  5295. remember. Whoever decided that we needed a 'cut' button was more
  5296. interested in the gee whiz MTV factor than productivity. The fact that MS
  5297. has advertised the hell out of it, calling it productive does not make it so.
  5298.  
  5299. -MS changed the metaphor that was introduced with MacPaint where buttons
  5300. basically changed the context of editing a document. The buttons were more
  5301. like tools. MS decided that menus were dumb and has basically made them
  5302. redundant rather than complementing them the way MacPaint did.
  5303.  
  5304. -Programs are getting so feature rich that MS's metaphor of implementing
  5305. all features in buttons is a diminishing return, very short-sighted
  5306. interface. Having 15 button bars is not productive, it just sells 21"
  5307. monitors.
  5308.  
  5309. -People (who pay our salaries, of course) want buttons. So, we must
  5310. implement them. For them to be useful, they must be customizable. And,
  5311. *most importantly* they must be able to be hidden. As such, they must be
  5312. only one way of accessing each feature. I hate it when I have to turn on a
  5313. button bar just to access a feature.
  5314.  
  5315. -How about a button bar that appears when you press CTRL?
  5316.  
  5317. -Randall
  5318.  
  5319. -- 
  5320.  
  5321. +++++++++++++++++++++++++++
  5322.  
  5323. >From hanrek@cts.com (Mark Hanrek)
  5324. Date: 22 Aug 1994 04:25:07 GMT
  5325. Organization: The Information Workshop
  5326.  
  5327. In article <Cuv7Hz.79E@world.std.com>, ari@world.std.com (Ari I
  5328. Halberstadt) wrote:
  5329.  
  5330. > For me, it's not 7.5. It's the pathetic state of the APIs and
  5331. > documentation. Who wants to spend their life looking through 16000
  5332. > pages? There is no reason the OS needs to be that complicated. And no,
  5333. > a legacy OS is not a reason for rampant complexity. And OpenDoc is
  5334. > only going to make it worse. Oh ya, and six (SIX!!!) books for QDGX.
  5335. > Geesh.
  5336. > And then, there are the development tools. We all know what sorry
  5337. > state they've been in and continue to be in. And the pathetic
  5338. > languages used for development (this isn't a mac-only problem; none of
  5339. > this is a mac-only problem).
  5340.  
  5341. Ari,
  5342.  
  5343. I agree with your assessment 100%.  
  5344.  
  5345. I have come to discover that one of the reasons things are this way is
  5346. because programmers aren't as demanding as they could/should be.  
  5347.  
  5348. A majority accept things too easily, and adapt to the way things are too
  5349. easily.  
  5350.  
  5351. Often, programmers figure that if they don't understand something, it is
  5352. their fault, and then won't say anything.
  5353.  
  5354. Our tools ARE pretty crummy, yet look at the amazing and sophisticated
  5355. things we create with them routinely for others.  
  5356.  
  5357. Why don't we want tools that are equally sophisticated?  Why do we put
  5358. ourselves through building fine creations with just a screwdriver and a
  5359. hammer? :)
  5360.  
  5361. - ---
  5362.  
  5363. It reminds me of the "typical" mechanic, who can fix and tweak your car
  5364. and make it sing, but his car runs like ****.   :)
  5365.  
  5366. Likewise, programmers build the eWorlds, and the First Class BBSs, and
  5367. slick collaborative groupware for those how know it is a competitive
  5368. must...
  5369.  
  5370. ... but for some reason programmers find the less-than-primitive nature of
  5371. the internet newsgroup to be "just fine" for discussing sophisticated
  5372. technologies and rearing their young. 
  5373.  
  5374.  
  5375. Amazing, ain't it?
  5376.  
  5377. Mark Hanrek
  5378. The Information Workshop
  5379.  
  5380. +++++++++++++++++++++++++++
  5381.  
  5382. >From h+@nada.kth.se (Jon W{tte)
  5383. Date: Mon, 22 Aug 1994 09:24:36 +0200
  5384. Organization: Royal Institute of Something or other
  5385.  
  5386. In article <Jaeger-2108940750160001@slip-8-16.ots.utexas.edu>,
  5387. Jaeger@fquest.com (Brian Stern) wrote:
  5388.  
  5389. >Clicking on the pencil button does mean 'use the pencil now', and that's
  5390. >an action, not a noun.  If a graphics program was to maintain the Finder's
  5391.  
  5392. Now it's getting interesting.
  5393.  
  5394. Clicking on a pencil BUTTON would mean "use the pencil now" 
  5395. which is giving a command.
  5396.  
  5397. However, picking up a pencil from a palette (toolbox) would be 
  5398. akin to doing just that, physically, in the real world; picking 
  5399. up a pencil out of a toolbox, and there the pencil tool is most 
  5400. definately a noun.
  5401.  
  5402. These are two ways of using icons that differ subtly. I hope 
  5403. that subtlety doesn't get lost in a noise of toolbars...
  5404.  
  5405. Cheers,
  5406.  
  5407.                 / h+
  5408.  
  5409.  
  5410. --
  5411.   Jon W‰tte (h+@nada.kth.se), Hagagatan 1, 113 48 Stockholm, Sweden
  5412.     Not speaking for the Microsoft Corporation.
  5413.  
  5414.  
  5415. +++++++++++++++++++++++++++
  5416.  
  5417. >From siddoway@ee.utah.edu (Derick Siddoway)
  5418. Date: 22 Aug 1994 07:58:52 GMT
  5419. Organization: University of Utah
  5420.  
  5421. In article <Cuv7Hz.79E@world.std.com>
  5422. ari@world.std.com (Ari I Halberstadt) writes:
  5423.  
  5424. > Here's my schpiel: computers suck. They all suck.
  5425.  
  5426. Spiel?  That's my *mantra*.
  5427.  
  5428. - ---------
  5429. Derick H. Siddoway                __o      If you stew cranberries like
  5430. siddoway@ee.utah.edu            _>\<,_     applesauce, they taste much
  5431. University of Utah             (_)/ (_)    more like plums than rhubarb
  5432. Department of Electrical Engineering       does.  - (Groucho Marx) -
  5433.  
  5434. +++++++++++++++++++++++++++
  5435.  
  5436. >From Jaeger@fquest.com (Brian Stern)
  5437. Date: 22 Aug 1994 11:25:06 GMT
  5438. Organization: The University of Texas at Austin, Austin, Texas
  5439.  
  5440. In article <9668AA7E1F54.3CFD6E@klkmac014.nada.kth.se>, h+@nada.kth.se
  5441. (Jon W{tte) wrote:
  5442.  
  5443. > In article <Jaeger-2108940750160001@slip-8-16.ots.utexas.edu>,
  5444. > Jaeger@fquest.com (Brian Stern) wrote:
  5445. > >Clicking on the pencil button does mean 'use the pencil now', and that's
  5446. > >an action, not a noun.  If a graphics program was to maintain the Finder's
  5447. > Now it's getting interesting.
  5448. > Clicking on a pencil BUTTON would mean "use the pencil now" 
  5449. > which is giving a command.
  5450. > However, picking up a pencil from a palette (toolbox) would be 
  5451. > akin to doing just that, physically, in the real world; picking 
  5452. > up a pencil out of a toolbox, and there the pencil tool is most 
  5453. > definately a noun.
  5454. > These are two ways of using icons that differ subtly. I hope 
  5455. > that subtlety doesn't get lost in a noise of toolbars...
  5456. > Cheers,
  5457. >                                 / h+
  5458. > --
  5459. >   Jon W‰tte (h+@nada.kth.se), Hagagatan 1, 113 48 Stockholm, Sweden
  5460. >     Not speaking for the Microsoft Corporation.
  5461.  
  5462. In thinking about this some more, and looking at a graphics program, I've
  5463. realized that some of these tool pallettes are actually groups of
  5464. radiobuttons.  You have a bunch of choices, from which you can only choose
  5465. one, and that selection remains hilited.  Choosing one changes the
  5466. channel, if you will.  
  5467.  
  5468. So all three of the standard Mac text-based controls can also be rendered
  5469. graphically: pushbuttons, radiobuttons, and checkboxes.  (Scrollbars were
  5470. always graphical.)
  5471.  
  5472. Most of the graphics on word-processor toolbars are pushbuttons, with the
  5473. exception of a few radiobuttons.  Things like line spacing and text
  5474. justification are really radiobuttons, and these properties are really
  5475. adjectives: singlespaced, left justified etc.
  5476.  
  5477. I don't think that there is much confusion about this noun/verb/adjective
  5478. thing, however.  For one thing the pushbutton analogues are drawn as
  5479. buttons; they have a drop shadow and they move when pushed.  The graphical
  5480. checkboxes in Newswatcher and Eudora check and uncheck themselves when
  5481. clicked.  The graphical radio buttons hilite one of the choices at all
  5482. times and change in an obvious way when clicked.  The fact that these are
  5483. implemented as icons really isn't important, because they really do look
  5484. different and act differently from each other enough so that the user can
  5485. intuitively figure out how they work.  
  5486.  
  5487. The problem is the difficulty in figuring out what a particular graphic
  5488. represents without having the text as a reminder.  Perhaps liberal use of
  5489. ballon help would give us the best of both worlds.
  5490.  
  5491. -- 
  5492. Brian  Stern  :-{)}
  5493. Jaeger@fquest.com
  5494.  
  5495. +++++++++++++++++++++++++++
  5496.  
  5497. >From Willie Abrams <willie-abrams@uokhsc.edu>
  5498. Date: 22 Aug 1994 13:36:19 GMT
  5499. Organization: OU Health Sciences Center
  5500.  
  5501. In article <3331t7$rc8@falcon.bgsu.edu> bgsuvax, dnebing@andy.bgsu.edu
  5502. writes:
  5503. >  Take for example Word's toolbar that can be found in most of
  5504. >their apps now and can also be found in other vendor's apps
  5505. >(i.e. CodeWarrior).  The HIGs never evolved to encompass
  5506. >toolbars, hence the thread that started here some time back
  5507. >about toolbar icons representing nouns or verbs, and which
  5508. >was appropriate.
  5509.  
  5510. Toolbars are not cool, or good, or even mildly redeeming. 
  5511. Come on, please, the goal of any good UI is to get the hell
  5512. out of the users way so that they can get their work done.
  5513.  
  5514. The icons in Toolbars don't make sense. They aren't consistent.
  5515. And why do I need a toolbar icon to save, open or cut, copy,
  5516. paste, etc. Ugh. I don't highlight an icon in the Finder and
  5517. click on a "copy" icon, why the heck should I want to in a
  5518. word processor or compiler.
  5519.  
  5520. Toolbars are not quickly removed or added, rarely are they
  5521. resizeable, and they almost always go horizontal. (Damnit,
  5522. most monitors are landscape oriented - now I have to decrease
  5523. even further my vertical space? No.)
  5524.  
  5525. I can't move'm, reshape them, nor can I tell what is going on
  5526. in my compiles without it being there.
  5527.  
  5528. And from the looks of it, Word 6 with all of its damn toolbars,
  5529. will be better known as "Honey, I shrunk the document window!"
  5530.  
  5531.  
  5532. Willie Abrams                                  willie-abrams@uokhsc.edu
  5533. Telemedicine Software Guy                     OU Health Sciences Center
  5534.  
  5535. It's a classic Pincer's Movement. It can't fail against a ten-year-old!
  5536.  
  5537. +++++++++++++++++++++++++++
  5538.  
  5539. >From pcastine@prz.tu-berlin.de (Peter Castine)
  5540. Date: Mon, 22 Aug 1994 15:51:32 GMT
  5541. Organization: Process Control Center
  5542.  
  5543. In article <gurgle-1908941949000001@gurgle.dnai.com>, gurgle@dnai.com
  5544. (Pete Gontier) wrote:
  5545.  
  5546. > > While most programmers have followed the guidelines, there
  5547. > > are several apps out there that have had to break the HIGs
  5548. > > in order to do what was necessary.
  5549. > Examples being?
  5550.  
  5551. How about Pop-Up menus. Was a time, there was no such thing in HIG. I seem
  5552. to remember seeing them for the first time in dBase for Mac. Several
  5553. developers followed suit, the idea caught on, and pop-ups were canonized
  5554. in the HI chapter of IM IV. Hierarchical submenus were also officially
  5555. introduced in IM IV, but I'm sure that a couple of apps had introduced
  5556. this trick before it was ``canonized''.
  5557.  
  5558. Same for tri-state checkboxes. There's a human interface note that
  5559. acknowledges the appropriateness of tri-state objects and discusses the
  5560. solution used for menus that show state information (to wit, the Labels
  5561. menu in the Finder when the selected objects have different labels). The
  5562. note does not directly deal with the solution found in Microsoft products,
  5563. which, IMHO, is at least as good as the suggestion proposed in the note.
  5564.  
  5565. Facit: The Human Interface needs to grow (cf. _Macintosh Human Interface
  5566. Guidelines_, pp 38-40). As the book says, changes should be made
  5567. _cautiously_, with user testing and a sense of aesthetic compatibility
  5568. with the existing interface elements. 
  5569.  
  5570. There should be compelling reasons for developing a new interface element.
  5571. Changes should not be made arbitrarily.
  5572.  
  5573. -- 
  5574. Peter Castine               | C (n.): A programming language that is sort of
  5575. pcastine@prz.tu-berlin.de   | like Pascal except more like assembly except
  5576. Process Control Center      | that it isn't very much like either one, or
  5577. Technical University Berlin | anything else.                  -- Ray Simard
  5578.  
  5579. +++++++++++++++++++++++++++
  5580.  
  5581. >From dnebing@andy.bgsu.edu (bgsuvax)
  5582. Date: 22 Aug 1994 16:46:48 GMT
  5583. Organization: Bowling Green State University
  5584.  
  5585. Willie Abrams <willie-abrams@uokhsc.edu> writes:
  5586. > Toolbars are not cool, or good, or even mildly redeeming. 
  5587. > Come on, please, the goal of any good UI is to get the hell
  5588. > out of the users way so that they can get their work done.
  5589.  
  5590.   For some of the Word commands they do act as shortcuts, and
  5591. they increase my productivity in those situations.
  5592. > The icons in Toolbars don't make sense. They aren't consistent.
  5593. > And why do I need a toolbar icon to save, open or cut, copy,
  5594. > paste, etc. Ugh. I don't highlight an icon in the Finder and
  5595. > click on a "copy" icon, why the heck should I want to in a
  5596. > word processor or compiler.
  5597.  
  5598.   Yes, icons for cut & paste are pretty pointless.  But the
  5599. beauty behind Word's toolbar is that it is *CUSTOMIZABLE*.
  5600. You can take out the 'Save' icon and replace it with a
  5601. 'Save As' icon (for which there is either no keyboard command
  5602. equivalent or it is so esoteric that I can't ever remember it).
  5603. I don't set up the buttons for simple commands which the
  5604. keyboard equivalents are easily remembered.  I have buttons for
  5605. the ones that are (somewhat ;-) cryptic.  Granted, my settings
  5606. would confuse a newbie and also the icons that I have set for
  5607. the command hardly leave a clue as to what the command is, but
  5608. for me they make sense.
  5609.  
  5610. > Toolbars are not quickly removed or added, rarely are they
  5611. > resizeable, and they almost always go horizontal. (Damnit,
  5612. > most monitors are landscape oriented - now I have to decrease
  5613. > even further my vertical space? No.)
  5614.   These features are customizable in Word.  Verticle on either
  5615. side is OK.
  5616.  
  5617. > I can't move'm, reshape them, nor can I tell what is going on
  5618. > in my compiles without it being there.
  5619.   Maybe they don't make alot of sense in CodeWarrior (I haven't
  5620. seen them yet... ;-)  That doesn't mean they don't have a place
  5621. in UI design.
  5622.  
  5623. > And from the looks of it, Word 6 with all of its damn toolbars,
  5624. > will be better known as "Honey, I shrunk the document window!"
  5625.  
  5626.   And if the toolbars are similar to the 5.1 version, then they
  5627. will not only be customizable but hideable also.  That means that
  5628. if you don't want to see 'em you can make 'em go away.
  5629.  
  5630.   Now don't get me wrong, I am not a big MS fan.  I think they
  5631. are a huge Goliath that will fall to a smaller David (Apple? ;-)
  5632. someday.  But the goal of this thread was to discuss the HIGs
  5633. and why Apple was abandoning them in 7.5.  I brought up the
  5634. toolbar thing because there is a market for them, and the HIGs
  5635. don't cover toolbars (yet?).
  5636.  
  5637. Dave
  5638.  
  5639. ============================================================
  5640. Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  5641. Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  5642. Bowling Green State University   dnebing@bgsuopie (bitnet)
  5643. Bowling Green, OH 43403          #include <std_disclaimer.h>
  5644.  
  5645.              *THE* alt.sources.mac supporter!
  5646.  
  5647. +++++++++++++++++++++++++++
  5648.  
  5649. >From sichase@csa5.lbl.gov (SCOTT I CHASE)
  5650. Date: 22 Aug 1994 15:37 PST
  5651. Organization: Lawrence Berkeley Laboratory - Berkeley, CA, USA
  5652.  
  5653. In article <pcastine-1908941211190001@maggie.prz.tu-berlin.de>, pcastine@prz.tu-berlin.de (Peter Castine) writes...
  5654. >As one example, I was looking at the new(ish) AppleCD Audio Player. The
  5655. >only reason I even tried clicking on the little green triangle in the
  5656. >lower left corner was because I knew that the fore-runner software had a
  5657. >track list and I was sure that the newer software _must_ have a track list
  5658. >somewhere. I looked in the menus, to no avail, so I started clicking
  5659. >around and the mouse finally landed on said triangle. Voila! Success at
  5660. >last!
  5661. >So, in short: yes, this bothers me. Who else?
  5662.  
  5663. Me!  I just discovered this last night.  I was helping a friend set up 
  5664. her 840 AV.  Having never used an AV Mac before, I was having fun playing
  5665. with all the neat tools.  I fooled around with the AppleCD Audio Player
  5666. for at least 15 minutes before I accidentally, at random, hit that 
  5667. little green triangle.  That's a button?  Jeez.
  5668.  
  5669. -Scott
  5670. - ------------------                         Physics is not a religion.  If
  5671. Scott I. Chase                               it were, we'd have a much easier
  5672. SICHASE@CSA2.LBL.GOV                         time raising money. -Leon Lederman
  5673.  
  5674. +++++++++++++++++++++++++++
  5675.  
  5676. >From 103t_english@west.cscwc.pima.edu
  5677. Date: 22 Aug 94 16:44:49 MST
  5678. Organization: (none)
  5679.  
  5680. In article <33a9kj$504@romulus.ucs.uoknor.edu>, Willie Abrams <willie-abrams@uokhsc.edu> writes:
  5681. > In article <3331t7$rc8@falcon.bgsu.edu> bgsuvax, dnebing@andy.bgsu.edu
  5682. > writes:
  5683. >>  Take for example Word's toolbar that can be found in most of
  5684. >>their apps now and can also be found in other vendor's apps
  5685. >>(i.e. CodeWarrior).  The HIGs never evolved to encompass
  5686. >>toolbars, hence the thread that started here some time back
  5687. >>about toolbar icons representing nouns or verbs, and which
  5688. >>was appropriate.
  5689. > Toolbars are not cool, or good, or even mildly redeeming. 
  5690. > Come on, please, the goal of any good UI is to get the hell
  5691. > out of the users way so that they can get their work done.
  5692. > The icons in Toolbars don't make sense. They aren't consistent.
  5693. > And why do I need a toolbar icon to save, open or cut, copy,
  5694. > paste, etc. Ugh. I don't highlight an icon in the Finder and
  5695. > click on a "copy" icon, why the heck should I want to in a
  5696. > word processor or compiler.
  5697.  
  5698. The only place where "Toolbars" make sense is where they have always been:
  5699.  
  5700.  
  5701. rulers -a convenient way to control lots of little options that can change
  5702. drastically depending on where you are in your document.
  5703.  
  5704. Rulers (toolbars) in this case allow you to not only control the parameters of
  5705. the document but also get visual feedback as to what they are.
  5706.  
  5707.  
  5708. The only other use that makes sense, H-I-wise, is when you use a certain
  5709. menu-item a LOT that happens to be nested deep in a hierarchical menu. THEN you
  5710. want it to appear on the toolbar because it is more convenient than using the
  5711. menu, and is more consistent that rearranging the menu-order to suit your whim
  5712. for what may be a specialized need in a specific document.
  5713.  
  5714. Hmmm... Does Word even allow document specific toolbars?
  5715.  
  5716.  
  5717. Lawson
  5718.  
  5719. +++++++++++++++++++++++++++
  5720.  
  5721. >From chuck@molecule.Physics.Drexel.Edu (Chuck Browne)
  5722. Date: 23 Aug 1994 00:16:47 GMT
  5723. Organization: Drexel University (Computing Services)
  5724.  
  5725. SCOTT I CHASE (sichase@csa5.lbl.gov) wrote:
  5726. : In article <pcastine-1908941211190001@maggie.prz.tu-berlin.de>, pcastine@prz.tu-berlin.de (Peter Castine) writes...
  5727. : > 
  5728. : >As one example, I was looking at the new(ish) AppleCD Audio Player. The
  5729. : >only reason I even tried clicking on the little green triangle in the
  5730. : >lower left corner was because I knew that the fore-runner software had a
  5731. : >track list and I was sure that the newer software _must_ have a track list
  5732. : >somewhere. I looked in the menus, to no avail, so I started clicking
  5733. : >around and the mouse finally landed on said triangle. Voila! Success at
  5734. : >last!
  5735. : > 
  5736. : >So, in short: yes, this bothers me. Who else?
  5737.  
  5738. : Me!  I just discovered this last night.  I was helping a friend set up 
  5739. : her 840 AV.  Having never used an AV Mac before, I was having fun playing
  5740. : with all the neat tools.  I fooled around with the AppleCD Audio Player
  5741. : for at least 15 minutes before I accidentally, at random, hit that 
  5742. : little green triangle.  That's a button?  Jeez.
  5743.  
  5744.  
  5745. That got me too! I found it totally by accident - I saw the triangle,
  5746. and thought it was just a power LED, just like on a non-virtual stereo.
  5747. When I accidentally clicked on it and the track list opened, I got that
  5748. "Hey, this program is like Myst in the puzzles that delight" feeling...
  5749.  
  5750. Chuck
  5751.  
  5752. : -Scott
  5753. : --------------------                         Physics is not a religion.  If
  5754. : Scott I. Chase                               it were, we'd have a much easier
  5755. : SICHASE@CSA2.LBL.GOV                         time raising money. -Leon Lederman
  5756.  
  5757. +++++++++++++++++++++++++++
  5758.  
  5759. >From gewekean@student.msu.edu (Andrew Geweke)
  5760. Date: Mon, 22 Aug 1994 21:26:57 -0500
  5761. Organization: Michigan State University
  5762.  
  5763. In article <33a9kj$504@romulus.ucs.uoknor.edu>, Willie Abrams <willie-
  5764. abrams@uokhsc.edu> writes:
  5765. > In article <3331t7$rc8@falcon.bgsu.edu> bgsuvax, dnebing@
  5766. > andy.bgsu.edu writes: 
  5767. > >  Take for example Word's toolbar that can be found in most of 
  5768. > >their apps now and can also be found in other vendor's apps 
  5769. > >(i.e. CodeWarrior).  The HIGs never evolved to encompass toolbars, 
  5770. > >hence the thread that started here some time back about toolbar 
  5771. > >icons representing nouns or verbs, and which was appropriate. 
  5772. >  
  5773. > Toolbars are not cool, or good, or even mildly redeeming. 
  5774. > Come on, please, the goal of any good UI is to get the hell out of 
  5775. > the users way so that they can get their work done. 
  5776.  
  5777. Amen. Doesn't *anybody* here like the kind of application where you get one 
  5778. big window to work on your document that takes up all of your monitor? 
  5779. (Assuming, of course, the document's natural size is at least that big? :-)
  5780.  
  5781. > The icons in Toolbars don't make sense. They aren't consistent. 
  5782. > And why do I need a toolbar icon to save, open or cut, copy, paste, 
  5783. > etc. Ugh. I don't highlight an icon in the Finder and click on a 
  5784. > "copy" icon, why the heck should I want to in a word processor or 
  5785. > compiler. 
  5786.  
  5787. You shouldn't, obviously.
  5788.  
  5789. Here's the major sticking point, too: Toolbars may or may not be an advantage 
  5790. for the first-time user. (I tend to think they aren't.) However, they are a *
  5791. disadvantage* for anybody familiar with the program. Try this: Do these three 
  5792. things, and see which is fastest. (1) Hit a command key for a menu command. 
  5793. (I'm assuming you're at least a competent touch-typist). (2) Pull down the 
  5794. menu to that command. (3) Find the toolbar button for that command and click 
  5795. it.
  5796.  
  5797. Unless the toolbar buttons are at least 40x40 pixels, I think (2) is probably 
  5798. faster than (3). (1) is by far the fastest.
  5799.  
  5800. In Windows, where every last app has a different key shortcut for Cut, Copy, 
  5801. and Paste, toolbars may make sense; however, on the Mac, Command-X flies off 
  5802. my fingertips while (find the right button) -> (maneuver to the tiny button) -
  5803. > (click the button) takes forever.
  5804.  
  5805. And finally, of course, as Apple has pointed out, menus have an "infinite" 
  5806. height. I've got NowMenus set to automatically pull menus for me and leave 
  5807. them down. I shove the mouse up to the top of the screen and bang, I've got 
  5808. menus. It takes almost no effort at all.
  5809.  
  5810. > And from the looks of it, Word 6 with all of its damn toolbars, will 
  5811. > be better known as "Honey, I shrunk the document window!" 
  5812.  
  5813. No shit. Excel 4 is already bad enough. C'mon, let's all cheer on WordPerfect!
  5814.  
  5815. Cheers,
  5816. Andrew
  5817.  
  5818.  
  5819.  
  5820.  
  5821.  
  5822. +++++++++++++++++++++++++++
  5823.  
  5824. >From tgaul@halcyon.com (Troy Gaul)
  5825. Date: Mon, 22 Aug 1994 23:33:18 -0700
  5826. Organization: Infinity Systems
  5827.  
  5828. In article <9408222126.AA57236@geweke.ppp.msu.edu>,
  5829. gewekean@student.msu.edu (Andrew Geweke) wrote:
  5830.  
  5831. > Here's the major sticking point, too: Toolbars may or may not be an advantage 
  5832. > for the first-time user. (I tend to think they aren't.) However, they are a *
  5833. > disadvantage* for anybody familiar with the program. Try this: Do these three 
  5834. > things, and see which is fastest. (1) Hit a command key for a menu command. 
  5835. > (I'm assuming you're at least a competent touch-typist). (2) Pull down the 
  5836. > menu to that command. (3) Find the toolbar button for that command and click 
  5837. > it.
  5838. > Unless the toolbar buttons are at least 40x40 pixels, I think (2) is probably 
  5839. > faster than (3). (1) is by far the fastest.
  5840.  
  5841. Not true.  Often, (except for the highly consistent, often used command
  5842. key shortcuts like cut, copy, paste, save, etc) it is either just as fast
  5843. or faster to use a menu as it is to use a key command that corresponds
  5844. with it.
  5845.  
  5846. I don't want to go into all the details here because it is described in
  5847. the book _Tog On Interface_.  A couple relavent quotes, from page 26:
  5848.  
  5849. "We discovered, among other things, two pertinent facts:
  5850.  
  5851.   -- Test subjects consistently report that keyboarding is faster than mousing.
  5852.  
  5853.   -- The stopwatch consistently proves mousing is faster than keyboarding.
  5854.  
  5855.   The contradiction between user-experience and reality apparently forms
  5856. the basis for many user/developers' belief that the keyboard is faster."
  5857.  
  5858. The difference is that using the mouse to issue a command doesn't require
  5859. "high-level cognitive engagement" and is in fact "boring", according to
  5860. Tog.  Deciding what command keys ("abstract symbols") to use is a
  5861. "high-level cognitive function."  He goes on to say that, "Not only is
  5862. this decision not boring, the user actually experiences amnesia!  *Real*
  5863. amnesia!  The time-slice spent making the decision simply ceases to
  5864. exist."
  5865.  
  5866. Before you argue, please read the rest of this interesting article from
  5867. Tog's book.  It was also in the Apple Direct (or whatever it was called
  5868. then) magazine in August of 1989.
  5869.  
  5870.  
  5871. Now, when you think of the action in these terms, using a toolbar to
  5872. execute a command becomes a similar kind of "high-level cognitive
  5873. function."  This means that your mind is engaged in finding the icon that
  5874. represents the action you want to perform, and the same sort of rules
  5875. would seem to apply.  
  5876.  
  5877. Now, as we all know, for some common actions, key commands are actually
  5878. faster than the mouse (for example, when demoing products, I've tried
  5879. using key commands for undo, cut, copy and paste, and it was always much
  5880. more difficult than using the keys).  
  5881.  
  5882. In a similar fashion, for those people who decide to use a toolbar, I'm
  5883. sure that there are commands that they learn the positions/appearances of
  5884. in a similar fashion so as to be useful.  For instance, while generally
  5885. against toolbars, I do use the Metrowerks toolbar to issue the Run and
  5886. Preferences commands.  The majority of the others go unused, though.
  5887.  
  5888.  
  5889. > > And from the looks of it, Word 6 with all of its damn toolbars, will 
  5890. > > be better known as "Honey, I shrunk the document window!" 
  5891. > C'mon, let's all cheer on WordPerfect!
  5892.  
  5893. Which would be a good time to point out that WordPerfect has its own
  5894. version of 'toolbar hell', which occurs when you lose over half of your
  5895. screen if you show all of its toolbars simultaneously.  However, it does
  5896. so in a way that seems (to me as someone who hasn't actually _used_ the
  5897. program) like a much better scheme.
  5898.  
  5899. You basically have one bar that lets you access the others given on the
  5900. type of actions you wish to perform (by name, not icon you'll notice).  It
  5901. doesn't really fit the definition of toolbar as is being discussed in this
  5902. article, as these are sets of controls, not only icons, that are grouped
  5903. for doing things like changing text font, alignment, etc.
  5904.  
  5905. If I did much word processing, I'd try it out to see if it's as good an
  5906. idea as it looks.
  5907.  
  5908. Oh, and one last parting shot: I've noticed that other complex
  5909. applications, including Photoshop, Illustrator, Freehand, PageMaker, Quark
  5910. Xpress, and many others get by fine without using toolbars at all.  Just
  5911. think of what life would be like if every program had a toolbar, with a
  5912. separate set of icons, commands, etc. (Makes me think of Windows,
  5913. actually...)
  5914.  
  5915. _troy
  5916. //////// //////___Troy Gaul____________________tgaul@halcyon.com___//
  5917.   //    //      Infinity Systems                                  //
  5918.  //    //  //  Redmond, Washington                               //
  5919. //    //////____________________________________________________//
  5920.  
  5921. +++++++++++++++++++++++++++
  5922.  
  5923. >From zstern@adobe.com (Zalman Stern)
  5924. Date: Tue, 23 Aug 1994 12:16:59 GMT
  5925. Organization: Adobe Systems Incorporated
  5926.  
  5927. Troy Gaul writes
  5928. > Oh, and one last parting shot: I've noticed that other complex
  5929. > applications, including Photoshop, Illustrator, Freehand, PageMaker, Quark
  5930. > Xpress, and many others get by fine without using toolbars at all.  Just
  5931. > think of what life would be like if every program had a toolbar, with a
  5932. > separate set of icons, commands, etc. (Makes me think of Windows,
  5933. > actually...)
  5934.  
  5935. We have something called the "toolbar pact" among the Photoshop engineering  
  5936. team. Collectively, we will stop at nothing to prevent toolbars from  
  5937. creeping into the app. On the other hand the reward for adding a cool new  
  5938. floating palette is at least a free beer. Go figure :-)
  5939. --
  5940. Zalman Stern           zalman@adobe.com            (415) 962 3824
  5941. Adobe Systems, 1585 Charleston Rd., POB 7900, Mountain View, CA 94039-7900
  5942.  Please do not change color while I am talking to you -- MC 900 Ft Jesus.
  5943.  
  5944. +++++++++++++++++++++++++++
  5945.  
  5946. >From dnebing@andy.bgsu.edu (bgsuvax)
  5947. Date: 23 Aug 1994 14:34:48 GMT
  5948. Organization: Bowling Green State University
  5949.  
  5950. 103t_english@west.cscwc.pima.edu writes:
  5951. > The only place where "Toolbars" make sense is where they have always been:
  5952. > The only other use that makes sense, H-I-wise, is when you use a certain
  5953. > menu-item a LOT that happens to be nested deep in a hierarchical menu. THEN you
  5954. > want it to appear on the toolbar because it is more convenient than using the
  5955. > menu, and is more consistent that rearranging the menu-order to suit your whim
  5956. > for what may be a specialized need in a specific document.
  5957.   How about when an app (like Word) has so many menu items that the
  5958. frequently used menu items are far down in the menu, so far that the
  5959. menu has to scroll?
  5960.  
  5961. > Hmmm... Does Word even allow document specific toolbars?
  5962.   No, but you can configure it to contain customized commands.
  5963.  
  5964.   Dave
  5965.  
  5966.   (p.s. Down with MicroSoft [i.e. I am not an MS-lover!] ;-)
  5967.  
  5968. ============================================================
  5969. Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  5970. Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  5971. Bowling Green State University   dnebing@bgsuopie (bitnet)
  5972. Bowling Green, OH 43403          #include <std_disclaimer.h>
  5973.  
  5974.              *THE* alt.sources.mac supporter!
  5975.  
  5976. +++++++++++++++++++++++++++
  5977.  
  5978. >From dnebing@andy.bgsu.edu (bgsuvax)
  5979. Date: 23 Aug 1994 14:46:32 GMT
  5980. Organization: Bowling Green State University
  5981.  
  5982. gewekean@student.msu.edu (Andrew Geweke) writes:
  5983. > Try this: Do these three 
  5984. > things, and see which is fastest. (1) Hit a command key for a menu command. 
  5985. > (I'm assuming you're at least a competent touch-typist). (2) Pull down the 
  5986. > menu to that command. (3) Find the toolbar button for that command and click 
  5987. > it.
  5988. > Unless the toolbar buttons are at least 40x40 pixels, I think (2) is probably 
  5989. > faster than (3). (1) is by far the fastest.
  5990.  
  5991.   I have one example which will prove you wrong.  On my Word toolbar,
  5992. I have customized the toolbar.  One of the icons I have set up as
  5993. the little paintbrush, and the command associated with it is
  5994. 'Insert Graphic'.  There is no key command normally associated with
  5995. this command.  It is also far down the menu so that I have to scroll
  5996. to get to it.  In this situation, the icon is easy to identify and is
  5997. much faster than trying to get to the menu.
  5998.  
  5999.   It is not always the case that toolbars are either good or bad.
  6000. It is a personal preference, just like picking a big-blue box or
  6001. a Mac.  So whether you like them or you don't is not the question.
  6002. How the HIGs should standardize them is the question.
  6003.  
  6004. Dave
  6005.  
  6006. ============================================================
  6007. Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  6008. Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  6009. Bowling Green State University   dnebing@bgsuopie (bitnet)
  6010. Bowling Green, OH 43403          #include <std_disclaimer.h>
  6011.  
  6012.              *THE* alt.sources.mac supporter!
  6013.  
  6014. +++++++++++++++++++++++++++
  6015.  
  6016. >From mxmora@unix.sri.com (Matt Mora)
  6017. Date: 23 Aug 1994 08:07:03 -0700
  6018. Organization: SRI International, Menlo Park, CA
  6019.  
  6020. In article <tgaul-2008940046270001@bellevue-ip27.halcyon.com> 
  6021. tgaul@halcyon.com (Troy Gaul) writes:
  6022.  
  6023. >Anyway, I'd like to hear from some of the Apple people who are on the list
  6024. >as to how this stuff goes on.  How do these designs get into products?  I
  6025. >understand that there was one person in particular who did most of the
  6026. >designs for the color icons when System 7 was released, why isn't there a
  6027. >similar person who could enforce some amount of user interface
  6028. >consistency?
  6029.  
  6030. Apple doesn't write all of its own software. For example Apple Guide
  6031. was written by a third party. That third party is the one who
  6032. wrote the IDE drivers for the new computers I believe.
  6033.  
  6034. That's just two cases that I know about. Looks like 7.5 is full
  6035. of Third Party stuff. Why they didn't include your WDEF is 
  6036. beyond me. 
  6037.  
  6038.  
  6039. >//////// //////___Troy Gaul____________________tgaul@halcyon.com___//
  6040. >  //    //      Infinity Systems                                  //
  6041. > //    //  //  Redmond, Washington                               //
  6042.                 ^^^^^^^^^^^^^^^^^^^
  6043. Getting to close to the evil empire eh? Can you feel the dark side
  6044. of the force? Obiwan may be your only hope. :-)
  6045.  
  6046.  
  6047.  
  6048.  
  6049.  
  6050. Xavier
  6051.  
  6052. -- 
  6053. ___________________________________________________________
  6054. Matthew Xavier Mora                       Matt_Mora@sri.com
  6055. SRI International                       mxmora@unix.sri.com
  6056. 333 Ravenswood Ave                    Menlo Park, CA. 94025
  6057.  
  6058. +++++++++++++++++++++++++++
  6059.  
  6060. >From mxmora@unix.sri.com (Matt Mora)
  6061. Date: 23 Aug 1994 08:19:51 -0700
  6062. Organization: SRI International, Menlo Park, CA
  6063.  
  6064. In article <hanrek-2008941839270001@auke.cts.com> hanrek@cts.com (Mark Hanrek) writes:
  6065. >Maybe that analogy is useful in this discussion.
  6066. >
  6067. >Today, we can get into a 1965 Galaxie 500, or a 1994 Supra, and easily
  6068. >know what to do to drive either of them.
  6069.  
  6070. But do you know how to turn on the lights or High Beams? What about
  6071. air conditioning? When ever you get into a car you never been in before
  6072. it takes a while to find out where these things are and how they work.
  6073. When car companies started using icons it got worse.
  6074.  
  6075.  
  6076. Xavier
  6077.  
  6078.  
  6079.  
  6080.  
  6081.  
  6082. -- 
  6083. ___________________________________________________________
  6084. Matthew Xavier Mora                       Matt_Mora@sri.com
  6085. SRI International                       mxmora@unix.sri.com
  6086. 333 Ravenswood Ave                    Menlo Park, CA. 94025
  6087.  
  6088. +++++++++++++++++++++++++++
  6089.  
  6090. >From Willie Abrams <willie-abrams@uokhsc.edu>
  6091. Date: 23 Aug 1994 13:34:08 GMT
  6092. Organization: OU Health Sciences Center
  6093.  
  6094. In article <1994Aug23.121659.18750@adobe.com> Zalman Stern,
  6095. zstern@adobe.com writes:
  6096. >We have something called the "toolbar pact" among the Photoshop
  6097. engineering  
  6098. >team. Collectively, we will stop at nothing to prevent toolbars from  
  6099. >creeping into the app. On the other hand the reward for adding a cool
  6100. new  
  6101. >floating palette is at least a free beer. Go figure :-)
  6102.  
  6103. Good. I am happy. Maybe you all can start redesigning
  6104. that control palette in PageMaker.
  6105.  
  6106. Palettes are infinitely better than toolbars
  6107. as they are moveable (not just the sides of the screens),
  6108. easily closed (Wow, I can click the close box to make it go away.
  6109. What a concept!), and they follow function. I can sit down at
  6110. about any copy of Photoshop or Illustrator and work with
  6111. any users setup. This is because the palettes follow a particular
  6112. function, not just any arbitrary user configuration.
  6113.  
  6114. Toolbars were invented by Microsoft so that they wouldn't
  6115. have to do palettes. I refuse to accept a copout design as
  6116. standard interface, or even blessed HIG, when palettes simply
  6117. work better.
  6118.  
  6119. Willie Abrams                                  willie-abrams@uokhsc.edu
  6120. Telemedicine Software Guy                     OU Health Sciences Center
  6121.  
  6122. It's a classic Pincer's Movement. It can't fail against a ten-year-old!
  6123.  
  6124. +++++++++++++++++++++++++++
  6125.  
  6126. >From pat@postoffice.manassas.ibm.com (Pat LaVarre)
  6127. Date: 23 Aug 1994 17:32:59 GMT
  6128. Organization: Loral Federal Systems - Manassas, VA
  6129.  
  6130. Yea.  I think of a toolbar like a mini-desktop: a place where I can build my own
  6131. collection of data & tools.  For example, by putting a folder of aliases on the
  6132. desktop, I build a widget that works a lot like the Apple menu, without mucking
  6133. up the Apple menu that people generally expect. 
  6134.  
  6135. -- 
  6136. Pat LaVarre   p.lavarre@ieee.org
  6137. The ASCII punctuation set here is !"#$%&'()*+,-./ :;<=>?@ [\]^_` {|}~
  6138.  
  6139. +++++++++++++++++++++++++++
  6140.  
  6141. >From gbolsinga@aol.com (GBolsinga)
  6142. Date: 23 Aug 1994 14:40:12 -0400
  6143. Organization: America Online, Inc. (1-800-827-6364)
  6144.  
  6145. My two Cents:
  6146.  
  6147. I don't care if there are toolbars or not.  I just want to be able to get
  6148. rid of them if I want (which is usually true).
  6149.  
  6150. Greg
  6151. MPI Multimedia
  6152.  
  6153. +++++++++++++++++++++++++++
  6154.  
  6155. >From jonpugh@netcom.com (Jon Pugh)
  6156. Date: Tue, 23 Aug 1994 18:18:23 GMT
  6157. Organization: Will hack for food
  6158.  
  6159. Mark Hanrek (hanrek@cts.com) wrote:
  6160.  
  6161. > I have come to discover that one of the reasons things are this way is
  6162. > because programmers aren't as demanding as they could/should be.  
  6163.  
  6164. > A majority accept things too easily, and adapt to the way things are too
  6165. > easily.  
  6166.  
  6167. > Often, programmers figure that if they don't understand something, it is
  6168. > their fault, and then won't say anything.
  6169.  
  6170. > Our tools ARE pretty crummy, yet look at the amazing and sophisticated
  6171. > things we create with them routinely for others.  
  6172.  
  6173. > Why don't we want tools that are equally sophisticated?  Why do we put
  6174. > ourselves through building fine creations with just a screwdriver and a
  6175. > hammer? :)
  6176.  
  6177. I think the main reason is that we are more interested in creating than
  6178. complaining (except for whining on c.s.m.p of course ;).  I don't know
  6179. about you, but I've been under severe deadlines on my past 5 projects
  6180. and don't have time to whine about the tools.  I just try to find ones
  6181. that work and cope with it.
  6182.  
  6183. God, I love creating though.
  6184.  
  6185. Jon
  6186.  
  6187. +++++++++++++++++++++++++++
  6188.  
  6189. >From francis@pinza.demon.co.uk (Francis H Knight)
  6190. Date: Tue, 23 Aug 1994 21:53:37 GMT
  6191. Organization: Hertfordshire Mac Oasis
  6192.  
  6193. I tend to share the majority concern for the Mac's 'disippating' human
  6194. interface. I got to wondering what the simplest explanation for this
  6195. state of affairs might be. Knowing what that was could provide an
  6196. insight into the way to fix it.
  6197.  
  6198. I've come to the conclusion that in the battle with Macrosoft, Apple has
  6199. allowed Windows to close to a sufficiently short range that the most
  6200. effective tactical ammunition now is the 'bullet point'. Most consumers
  6201. seem easily swayed by what they see in the press, and a comparison of
  6202. feature lists is staple fare for computer journalists. 
  6203.  
  6204. On the surface, one of the best things about System 7.5 is the bundling
  6205. of MacTCP, but when you read that Chicago is slated to incorporate a TCP
  6206. stack, and to be promoted as 'Internet-Ready', or some such slogan, then
  6207. you could be forgiven for suspecting that Apple is now merely a reactive
  6208. organisation.
  6209.  
  6210. If there is a strategy to move out of range again, as opposed to a
  6211. tactic for short-term survival, then maybe OpenDoc is it. I just hope
  6212. it's not too radical for MIS types to contemplate embracing. I can
  6213. imagine them fearing facing a choice between an administrative nightmare
  6214. and software anarchy. UK MacUser has quotes from Microsoft who believe
  6215. these fears will work in their favour.
  6216.  
  6217.  
  6218.  
  6219. Francis
  6220.  
  6221. +++++++++++++++++++++++++++
  6222.  
  6223. >From 103t_english@west.cscwc.pima.edu
  6224. Date: 23 Aug 94 15:22:30 MST
  6225. Organization: (none)
  6226.  
  6227. In article <33d1e8$g64@falcon.bgsu.edu>, dnebing@andy.bgsu.edu (bgsuvax) writes:
  6228. > 103t_english@west.cscwc.pima.edu writes:
  6229. >> 
  6230. >> The only place where "Toolbars" make sense is where they have always been:
  6231. >> 
  6232. >> The only other use that makes sense, H-I-wise, is when you use a certain
  6233. >> menu-item a LOT that happens to be nested deep in a hierarchical menu. THEN you
  6234. >> want it to appear on the toolbar because it is more convenient than using the
  6235. >> menu, and is more consistent that rearranging the menu-order to suit your whim
  6236. >> for what may be a specialized need in a specific document.
  6237. >> 
  6238. >   How about when an app (like Word) has so many menu items that the
  6239. > frequently used menu items are far down in the menu, so far that the
  6240. > menu has to scroll?
  6241.  
  6242. Nested, long [scrolling] list, same bad design, IMHO...
  6243.  
  6244. >> Hmmm... Does Word even allow document specific toolbars?
  6245. >> 
  6246. >   No, but you can configure it to contain customized commands.
  6247.  
  6248. Decent. Does it allow Applscript-attachability/tinkerability to appear?
  6249.  
  6250. >   Dave
  6251. >   (p.s. Down with MicroSoft [i.e. I am not an MS-lover!] ;-)
  6252.  
  6253.  
  6254. MicroSoft-lovers don't admit to their bad habits in public (from the
  6255. undiscovered Notebooks of Lazurus Long)
  6256.  
  6257.  
  6258.  
  6259. Lawson
  6260.  
  6261. +++++++++++++++++++++++++++
  6262.  
  6263. >From Ross Scott Rubin <rrubin@sbi.com>
  6264. Date: Tue, 23 Aug 1994 23:01:43 GMT
  6265. Organization: Salomon Brothers Inc
  6266.  
  6267. In article <wysockiCus0pB.6KG@netcom.com> Chris Wysocki, wysocki@netcom.com
  6268. writes:
  6269. >I wholeheartedly concur.  Apple has done far too little in recent
  6270. >years to promote UI consistency across applications.  Their reluctance
  6271. >to provide standard implementations of UI features such as floating
  6272. >windows, menus with multiple-modifier keyboard shortcuts, and basic
  6273. >controls such as up-down arrows, sliders and progress bars have forced
  6274. >developers to implement these features themselves, with varying and
  6275. >sometimes inconsistent results.  At the Worldwide Developers
  6276. >Conference in May some Apple engineers spoke in nebulous terms about
  6277. >future UI enhancements which are coming down the road, but it struck
  6278. >me and others with whom I spoke as too little, too late....
  6279.  
  6280. An excellent response, Chris. I believe System 8 is supposed to restore
  6281. consistency toward creating a Mac interface in the world beyond the black
  6282. and white screen.
  6283.  
  6284. +-- +--\ --- ---------------------------------------------------------------+
  6285. |   |  /  | Ross Scott Rubin      | Internet: rrubin@sbi.com                |
  6286. +-+ +-<   | Salomon Brothers, Inc.| AOL, eWorld: rossrubin | CIS:72137,2627 |
  6287.   | |  \  |    "Opinions are mine alone. Who else would admit to them?"     |
  6288. --+ +--/ --- ---------------------------------------------------------------+
  6289.  
  6290. +++++++++++++++++++++++++++
  6291.  
  6292. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  6293. Date: Wed, 24 Aug 1994 01:11:25 GMT
  6294. Organization: Apple Computer
  6295.  
  6296. netcom.com!kira!davidjohn,  writes:
  6297. > Individually, many of these don't look that bad, I suppose (but, that's  
  6298. > another issue, really).  However, as I recall, one of the advertised  
  6299. > strengths of the Macintosh, in past years, was its highly consistent  
  6300. > interface...
  6301.  
  6302. This discussion came up after WWDC when people were playing with the beta
  6303. version of 7.5. The fundamental issue is that the HI has to move forward;
  6304. that the old mostly black and white interface is getting old. Future system
  6305. software will have drastic changes, but there are incremental ones in 7.5.
  6306.  
  6307. > - a strange little thing for 'post-it' notes
  6308.  
  6309. Yeah, I wrote that. I did my own WDEF because the notes have to be tiny and
  6310. inconspicuous. There used to be some shareware post-it apps that used normal
  6311. WDEFs, and they looked pretty godawful.
  6312.  
  6313. > - the Find File windows have a funky styled background
  6314.  
  6315. So do the majority of new commercial products these days, or at least a gray
  6316. background. There's no law saying all windows have to be white.
  6317.  
  6318. > - A window that is reminiscent of the 'palette' titlebar, but with close
  6319. >   and zoom boxes.
  6320.  
  6321. That's the new official palette WDEF, right in the System file. Many people
  6322. do prefer e.g. the Infinity WDEF, but apparently the HI people had good
  6323. reasons for making this one look the way it does.
  6324.  
  6325. As for buttons, there are official Apple HI guidelines for 3D buttons. Check
  6326. out develop issue 17 (or was it 16?) which has an article complete with
  6327. pictures and sample code.
  6328.  
  6329. > What kind of message is this  
  6330. > sending to developers? It seems to me it's something like, 'Sure, go ahead,
  6331.  
  6332. > bypass the toolbox
  6333.  
  6334. Writing new WDEFs or CDEFs is not 'bypassing the toolbox', at least not in
  6335. the same sense that slamming bits onto the screen is. The Window Manager is
  6336. meant to be extensible. It's hoped that one will have a good reason for using
  6337. a custom WDEF, but at least in my case I feel that I did. (It would certainly
  6338. have been a zillion times easier for me to use a normal WDEF; writing WDEFs
  6339. from scratch is a pain.) 
  6340.  
  6341. --Jens Alfke                           jens_alfke@powertalk.apple.com
  6342.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  6343.  
  6344. +++++++++++++++++++++++++++
  6345.  
  6346. >From will@cs.su.oz.au (William Uther)
  6347. Date: 24 Aug 1994 11:28:31 +1000
  6348. Organization: Basser Dept of Computer Sciece, Uni of Sydney, Australia
  6349.  
  6350. In article <tgaul-2208942333180001@blv-pm2-ip20.halcyon.com>,
  6351. Troy Gaul <tgaul@halcyon.com> wrote:
  6352. >In article <9408222126.AA57236@geweke.ppp.msu.edu>,
  6353. >gewekean@student.msu.edu (Andrew Geweke) wrote:
  6354.  
  6355. >I don't want to go into all the details here because it is described in
  6356. >the book _Tog On Interface_.  A couple relavent quotes, from page 26:
  6357. >
  6358. >"We discovered, among other things, two pertinent facts:
  6359. >
  6360. >  -- Test subjects consistently report that keyboarding is faster than mousing.
  6361. >
  6362. >  -- The stopwatch consistently proves mousing is faster than keyboarding.
  6363. >
  6364. >  The contradiction between user-experience and reality apparently forms
  6365. >the basis for many user/developers' belief that the keyboard is faster."
  6366. >
  6367.   This raises an intesting marketing point.  From a purely pragmatic point of
  6368. view, the software producer wants the user to like the product rather than the
  6369. product actually being useful for the user.  In this case pleasing the user
  6370. would mean that you use keyboard commands because the user thinks they are
  6371. being faster.
  6372.   I'm not saying I condone the practice, but I think that if one were a
  6373. complete #@%*!!$@ one might act like this.
  6374.  
  6375. \x/ill       :-}
  6376.  
  6377. will@cs.su.oz.au
  6378. #include <stddisclaimer.h>
  6379.  
  6380.  
  6381. +++++++++++++++++++++++++++
  6382.  
  6383. >From pcastine@prz.tu-berlin.de (Peter Castine)
  6384. Date: Wed, 24 Aug 1994 11:32:36 GMT
  6385. Organization: Process Control Center
  6386.  
  6387. In article <1994Aug23.121659.18750@adobe.com>, zstern@adobe.com (Zalman
  6388. Stern) wrote:
  6389.  
  6390. > Troy Gaul writes
  6391. > > Oh, and one last parting shot: I've noticed that other complex
  6392. > > applications, including Photoshop, Illustrator, Freehand, PageMaker, Quark
  6393. > > Xpress, and many others get by fine without using toolbars at all.  Just
  6394. > > think of what life would be like if every program had a toolbar, with a
  6395. > > separate set of icons, commands, etc. (Makes me think of Windows,
  6396. > > actually...)
  6397. > We have something called the "toolbar pact" among the Photoshop engineering  
  6398. > team. Collectively, we will stop at nothing to prevent toolbars from  
  6399. > creeping into the app. On the other hand the reward for adding a cool new  
  6400. > floating palette is at least a free beer. Go figure :-)
  6401.  
  6402. Question:
  6403.  
  6404. What's the difference between a toolbar and a palette?
  6405.  
  6406. Gee, I don't *know* the answer either. I'd suggest that a well thought-out
  6407. toolbar can make sense in a UI design (actually, I have done so in other
  6408. posts). Buttons as shortcuts for frequent tasks actually makes sense. 
  6409.  
  6410. However, I also find implementation in MS products unsatisfying. I think
  6411. the problem is that for the activities in the toolbar, the icons are too
  6412. difficult to associate with the actions. Style attributes work well
  6413. enough, but Save? Undo?--as The Book says in Icons, Chapter II, Verse 28
  6414. ``Verily, I sayeth unto you, there is a time for icons and a time for
  6415. text; a time to sow, and a time to reap. And he that knoweth the
  6416. difference shall find a place at the HI beer bust.''
  6417.  
  6418. -- 
  6419. Peter Castine               | C (n.): A programming language that is sort of
  6420. pcastine@prz.tu-berlin.de   | like Pascal except more like assembly except
  6421. Process Control Center      | that it isn't very much like either one, or
  6422. Technical University Berlin | anything else.                  -- Ray Simard
  6423.  
  6424. +++++++++++++++++++++++++++
  6425.  
  6426. >From pcastine@prz.tu-berlin.de (Peter Castine)
  6427. Date: Wed, 24 Aug 1994 12:14:58 GMT
  6428. Organization: Process Control Center
  6429.  
  6430. In article <33d248$inl@falcon.bgsu.edu>, dnebing@andy.bgsu.edu (bgsuvax) wrote:
  6431.  
  6432. > gewekean@student.msu.edu (Andrew Geweke) writes:
  6433. > > Try this: Do these three 
  6434. > > things, and see which is fastest. (1) Hit a command key for a menu command. 
  6435. > > (I'm assuming you're at least a competent touch-typist). (2) Pull down the 
  6436. > > menu to that command. (3) Find the toolbar button for that command and
  6437. click 
  6438. > > it.
  6439. > > 
  6440. > > Unless the toolbar buttons are at least 40x40 pixels, I think (2) is
  6441. probably 
  6442. > > faster than (3). (1) is by far the fastest.
  6443.                      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  6444.  
  6445. Do you have any studies to confirm that? There are several studies that
  6446. show (2) to be the fastest in most cases.
  6447.  
  6448. Don't believe it? Do some research (either in the lab or the library--in
  6449. the library you should look up Card's work at PARC in the early 80's).
  6450.  
  6451. >   I have one example which will prove you wrong.  On my Word toolbar,
  6452. > I have customized the toolbar.  One of the icons I have set up as
  6453. > the little paintbrush, and the command associated with it is
  6454. > 'Insert Graphic'.  There is no key command normally associated with
  6455. > this command.  It is also far down the menu so that I have to scroll
  6456. > to get to it.  In this situation, the icon is easy to identify and is
  6457. > much faster than trying to get to the menu.
  6458.  
  6459. Since you can configure your menus in Word pretty much however you want,
  6460. there are a couple of alternatives, such as defining a keyboard shortcut
  6461. for the command. However, the toolbar is not a bad solution.
  6462.  
  6463. BTW, have you tried putting the toolbar on the right side of the screen?
  6464. I've found that a much better solution. (Personal preference)
  6465.  
  6466. -- 
  6467. Peter Castine               | C (n.): A programming language that is sort of
  6468. pcastine@prz.tu-berlin.de   | like Pascal except more like assembly except
  6469. Process Control Center      | that it isn't very much like either one, or
  6470. Technical University Berlin | anything else.                  -- Ray Simard
  6471.  
  6472. +++++++++++++++++++++++++++
  6473.  
  6474. >From cwood@io.com (Charlie Wood)
  6475. Date: Wed, 24 Aug 1994 09:12:34 -0600
  6476. Organization: Illuminati Online
  6477.  
  6478. This discussion really hits home with me, since we have an internal
  6479. user-interface war raging at my company. The problem is exaggerated by the
  6480. fact that half of the development staff consists of Windows programers. No
  6481. offense.
  6482.  
  6483. I wholeheartedly agree with the low opinion of toolbars voiced here (and
  6484. totally agree that MS' UI people should be locked up). I've read Tog and
  6485. have seen His Way. I'm definitely a Mac purist at heart, even though I did
  6486. design that one five-level-deep hierarchical popup menu with 1400 items in
  6487. it. (I *swear* it was the best way! ;-)
  6488.  
  6489. But, in reading this thread, I find myself wishing for a "Next Article"
  6490. button in NewsWatcher. Yes, I can type cmd-I, but when I'm doing almost
  6491. everything else with the mouse, I wish I could access this
  6492. highly-repetitive function in the same way. Yes, of course I can select
  6493. the menu item with the mouse, but that's not nearly as elegant as a
  6494. button-click would be.
  6495.  
  6496. However, if Peter Lewis ever adds a cut, copy, or paste button, I will
  6497. become a DOS programmer just out of spite.
  6498.  
  6499. Regards,
  6500. Charlie
  6501.  
  6502. -- 
  6503. Charlie Wood     |     Wanna see me travel into the future?
  6504. cwood@io.com     |     Wanna see it again?
  6505.  
  6506. +++++++++++++++++++++++++++
  6507.  
  6508. >From fyock@mathworks.com (Lee Fyock)
  6509. Date: Wed, 24 Aug 1994 10:40:24 -0400
  6510. Organization: The MathWorks, Inc.
  6511.  
  6512. In article <1994Aug24.011125.11263@gallant.apple.com>, Jens Alfke
  6513. <jens_alfke@powertalk.apple.com> wrote:
  6514.  
  6515. > > - the Find File windows have a funky styled background
  6516. > So do the majority of new commercial products these days, or at least a gray
  6517. > background. There's no law saying all windows have to be white.
  6518.  
  6519. No, there's no law...  But page 258 of the Mac HIG says that "Apple's goal
  6520. in adding color to the interface is to enhance meaning, not just to color
  6521. things to improve aesthetics".
  6522.  
  6523. I think that the problem (if there is one) in the Find File windows is
  6524. that the background isn't a smooth gray (as kind of recommended on pg.
  6525. 265), but is a gray pattern, unlike any other window background I've ever
  6526. seen.
  6527.  
  6528. > > - A window that is reminiscent of the 'palette' titlebar, but with close
  6529. > >   and zoom boxes.
  6530. > That's the new official palette WDEF, right in the System file. Many people
  6531. > do prefer e.g. the Infinity WDEF, but apparently the HI people had good
  6532. > reasons for making this one look the way it does.
  6533.  
  6534. It scares me when people say "they must have had a good reason..."  How do
  6535. we know that it wasn't just some co-op?  :-)
  6536.  
  6537. > As for buttons, there are official Apple HI guidelines for 3D buttons. Check
  6538. > out develop issue 17 (or was it 16?) which has an article complete with
  6539. > pictures and sample code.
  6540.  
  6541. But why weren't CDEFs included?  Why aren't the CDEFs part of the system? 
  6542. Why isn't the progress bar documented and standard for the system? 
  6543. Developers are forced to write their own.  Then, when Apple changes the
  6544. appearance of windows or controls, those developers' apps look goofy.  I
  6545. remember several programs that drew their own grow icons in windows --
  6546. when System 7 came out, they were instantly dated.  That's not a great
  6547. example, since they shouldn't have drawn the grow boxes that way, but how
  6548. about apps' floating window WDEFs?  We finally have a standard, but how
  6549. long have commercial apps been using their own WDEFs for floating
  6550. windows?  Too long...
  6551.  
  6552.  
  6553. Just my 2 cents.
  6554.  
  6555.  
  6556. Have fun!
  6557. Lee
  6558.  
  6559.  
  6560. - ------------------------------------------------------------------
  6561. Lee Fyock                                    "I think I would remain
  6562. fyock@mathworks.com                                perfectly still."
  6563.  
  6564. +++++++++++++++++++++++++++
  6565.  
  6566. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  6567. Date: Wed, 24 Aug 1994 22:34:38 GMT
  6568. Organization: Apple Computer
  6569.  
  6570. In article <rmah-1908940819170001@rmah.dialup.access.net> Robert Mah,
  6571. rmah@panix.com writes:
  6572. > One would expect that with Don Norman in
  6573. > charge (he is in charge of HIG isn't he?) that HIG would be less worried
  6574. > over the "look" and more about the "feel".  That they would hire fewer
  6575. > graphic designers and more people versed in psychology and sociology.
  6576.  
  6577. Apple has a mix of both, and both types of designers are involved in
  6578. products. In the 3rd party utilities I think more attention went to the
  6579. appearance since that's easier to change when the code comes from somebody
  6580. outside; although there were changes in behavior dictated during the process
  6581. (I had to deal with several of them.)
  6582.  
  6583. > The sticky note windows are even more bothersome.
  6584.  
  6585. I agree that the windows are nonstandard, but I really, really didn't think I
  6586. had a choice. Doing post-its with normal WDEFs looks really ugly. Just try it
  6587. sometime and see what you think, or look at any of the freeware post-it
  6588. programs. They suck.
  6589.  
  6590. > Looking farther into the future, does the pre-emption of the "File" menu
  6591. > with a "Document" menu in OpenDoc bother anyone?  This seems to me to be
  6592. > a gratuitous market decision in a vain attempt to differentiate" OpenDoc
  6593. > from the current crop of applications.
  6594.  
  6595. There were two reasons -- (1) to make it clear that the user is in an OpenDoc
  6596. document and not in a traditional app; this is not just a marketing thing,
  6597. since OpenDoc documents have capabilities that regular apps don't and it's
  6598. important for the user to have an idea of which they're in. And (2) to get
  6599. away from the document==file thing that may not be true in the future with
  6600. more sophisticated data storage schemes. There is nothing that says an
  6601. OpenDoc document has to live in a file.
  6602. You also mentioned the problem of menubar real estate -- most of the problems
  6603. in this regard happen on non-English systems (esp. German and French). In
  6604. those languages the name of the File menu is already more equivalent to the
  6605. English "Document" and there would not be a hit in menu size.
  6606.  
  6607. There's room for debate here, but don't jump to the conclusion that people at
  6608. Apple are idiots or totally incapable of making decisions, OK? It gets a bit
  6609. tiresome debating against that attitude.
  6610.  
  6611. --Jens Alfke                           jens_alfke@powertalk.apple.com
  6612.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  6613.  
  6614. +++++++++++++++++++++++++++
  6615.  
  6616. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  6617. Date: Wed, 24 Aug 1994 23:39:54 GMT
  6618. Organization: Apple Computer
  6619.  
  6620. Andrew Southwick, andrew@csgrad.cs.vt.edu writes:
  6621. > This really (constantly) surprises me.  THIS is the part of the human
  6622. > interface that APPLE should be working on.  Why do I have to create
  6623. > all these controls by hand?  Why has Apple refused to develop these
  6624. > interface enhancements?
  6625.  
  6626. Because there's a big difference between the HI designers designing the best
  6627. way to implement a feature, and engineering actually implementing the feature
  6628. in a standard portable way (e.g. a CDEF) that will be fully tested and
  6629. released to developers.
  6630. It's hard enough just getting the major stuff that only Apple can do out the
  6631. door; usually lower-priority things like writing a date/time control either
  6632. never make it to the product stage or are canceled so their resources can be
  6633. transferred to larger projects.
  6634. On the other hand, I think that writing these kinds of controls and things is
  6635. something that'd be great for DTS to do -- they could release them with
  6636. source code both as stuff for developers to take advantage of, and as sample
  6637. code for how to write your own.
  6638.  
  6639. --Jens Alfke                           jens_alfke@powertalk.apple.com
  6640.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  6641.  
  6642. +++++++++++++++++++++++++++
  6643.  
  6644. >From absurd@apple.com (Tim Dierks)
  6645. Date: Wed, 24 Aug 1994 23:45:45 GMT
  6646. Organization: Apple Computer, Inc.
  6647.  
  6648. In article <1994Aug19.031720.1465@kira.net.netcom.com>,
  6649. netcom.com!kira!davidjohn (David John Burrowes) wrote:
  6650. ... Comments on the user interface consistency of System 7.5 ...
  6651.  
  6652. Elizabeth Moller of our Human Interface group wrote this response to David
  6653. and asked me to post it.
  6654.  
  6655. - - - - - - - - -
  6656.  
  6657. David,
  6658. Your comments got forwarded (several times) to me here in the AppleSoft
  6659. Human Interface Design Center.  I was disappointed in the quality of the
  6660. HI of the System 7.5 additions.  I think that some of the goodies are OK
  6661. using non-standard windows (sticky notes and launcher) because the design
  6662. is key to the usability.  I do wish we had the appropriate items in the
  6663. toolbox (especially the icon buttons), but that will have to wait.  There
  6664. is no HI excuse for the CD Player and the patterns in the backgrounds of
  6665. the DAs.  Our marketing folks felt they were appropriate.  The palette
  6666. (AKA utility window) titlebar is now avialable in the system.
  6667.  
  6668. We're working hard to get our toolbox updated so we have a leg to stand
  6669. on.  Unfortunately consistency for the user (in the long run) doesn't seem
  6670. to be a big selling point with our marketing dept. System 7.5 has made our
  6671. job harder for the reasons you have pointed out.  I hope there are
  6672. developers out there that still believe that standard is best.
  6673.  
  6674. Elizabeth Moller
  6675. Elizabeth.M@AppleLink.Apple.COM
  6676.  
  6677. -- 
  6678. Tim Dierks
  6679. absurd@apple.com
  6680.  
  6681. +++++++++++++++++++++++++++
  6682.  
  6683. >From kenyon@lmsc.lockheed.com (Bob Kenyon)
  6684. Date: Wed, 24 Aug 1994 22:47:12 GMT
  6685. Organization: Lockheed Missiles & Space Co.
  6686.  
  6687. In article <22AUG199415370028@csa5.lbl.gov>, sichase@csa5.lbl.gov (SCOTT I
  6688. CHASE) wrote:
  6689.  
  6690. > In article <pcastine-1908941211190001@maggie.prz.tu-berlin.de>,
  6691. pcastine@prz.tu-berlin.de (Peter Castine) writes...
  6692. > > 
  6693. > >As one example, I was looking at the new(ish) AppleCD Audio Player. The
  6694. > >only reason I even tried clicking on the little green triangle in the
  6695. > >lower left corner was because I knew that the fore-runner software had a
  6696. > >track list and I was sure that the newer software _must_ have a track list
  6697. > >somewhere. I looked in the menus, to no avail, so I started clicking
  6698. > >around and the mouse finally landed on said triangle. Voila! Success at
  6699. > >last!
  6700. > > 
  6701. > >So, in short: yes, this bothers me. Who else?
  6702. > Me!  I just discovered this last night.  I was helping a friend set up 
  6703. > her 840 AV.  Having never used an AV Mac before, I was having fun playing
  6704. > with all the neat tools.  I fooled around with the AppleCD Audio Player
  6705. > for at least 15 minutes before I accidentally, at random, hit that 
  6706. > little green triangle.  That's a button?  Jeez.
  6707.  
  6708. Hang on a sec. It just struck me that the little triangle is exactly
  6709. analogous to the triangle that appears next to the names in the "List
  6710. View" of a Finder window. When you click on those triangles, they rotate
  6711. ninety degrees and the contents "spill" out. This triangle also appears in
  6712. a number of other programs, one of which is InterSLIP. 
  6713.  
  6714. It's a new paradigm, but it's not unreasonable.
  6715.  
  6716. Bob
  6717.  
  6718. -- 
  6719. Bob Kenyon (bkenyon@lmsc.lockheed.com)            | "It's called Windows
  6720. Spacecraft Engineering & Technology               |  because it's a real
  6721. Lockheed Missiles & Space Co., Sunnyvale, CA USA  |  pane." - Dave Barry
  6722.  
  6723. +++++++++++++++++++++++++++
  6724.  
  6725. >From egmiller@cpcug.org (Eric G. Miller)
  6726. Date: Wed, 24 Aug 1994 22:29:48 -0500
  6727. Organization: Express Access Online Communications, USA
  6728.  
  6729. In article <cwood-2408940912340001@slip-2.io.com>, cwood@io.com (Charlie
  6730. Wood) wrote:
  6731. > But, in reading this thread, I find myself wishing for a "Next Article"
  6732. > button in NewsWatcher. Yes, I can type cmd-I, but when I'm doing almost
  6733. > everything else with the mouse, I wish I could access this
  6734. > highly-repetitive function in the same way. Yes, of course I can select
  6735. > the menu item with the mouse, but that's not nearly as elegant as a
  6736. > button-click would be.
  6737.  
  6738. Yes, the ability to repeat the same action over and over by just clicking
  6739. the mouse button (with one hand) is really great for those times when you
  6740. are trying to enjoy a really slimy/greasy snack (with the other hand).
  6741. Toolbars may stink but they rank well above keyboard condoms in my book.
  6742. The human-computer interface is neither as time-tested nor as vital as the
  6743. human-snack food interface. Perhaps what really needs more work is the
  6744. computer-snack food interface...
  6745.              Bottoms up!
  6746.                           -  egm 
  6747.  
  6748. +++++++++++++++++++++++++++
  6749.  
  6750. >From Jaeger@fquest.com (Brian Stern)
  6751. Date: 25 Aug 1994 05:56:52 GMT
  6752. Organization: The University of Texas at Austin, Austin, Texas
  6753.  
  6754. In article <absurd-2408941645450001@daveowens.apple.com>,
  6755. Elizabeth.M@AppleLink.Apple.COM wrote:
  6756.  
  6757. > David,
  6758.  I was disappointed in the quality of the
  6759. > HI of the System 7.5 additions.  I think that some of the goodies are OK
  6760. > using non-standard windows (sticky notes and launcher) because the design
  6761. > is key to the usability.  There
  6762. > is no HI excuse for the CD Player and the patterns in the backgrounds of
  6763. > the DAs.  Our marketing folks felt they were appropriate.  The palette
  6764. > (AKA utility window) titlebar is now avialable in the system.
  6765. > We're working hard to get our toolbox updated so we have a leg to stand
  6766. > on.  Unfortunately consistency for the user (in the long run) doesn't seem
  6767. > to be a big selling point with our marketing dept. System 7.5 has made our
  6768. > job harder for the reasons you have pointed out.  I hope there are
  6769. > developers out there that still believe that standard is best.
  6770. > Elizabeth Moller
  6771. > Elizabeth.M@AppleLink.Apple.COM
  6772.  
  6773.  
  6774.  
  6775. I guess this is a good news-bad news situation.  The good news is that
  6776. there ARE people at Apple who know about and care about HI.  The bad news
  6777. is that they are  overruled by marketing types.  
  6778.  
  6779.  
  6780. (I had to delete some of the quoted message because my silly newsserver
  6781. won't let me post messages where the new text is less than the included
  6782. text.)
  6783.  
  6784. -- 
  6785. Brian  Stern  :-{)}
  6786. Jaeger@fquest.com
  6787.  
  6788. +++++++++++++++++++++++++++
  6789.  
  6790. >From Willie Abrams <willie-abrams@uokhsc.edu>
  6791. Date: 25 Aug 1994 13:32:01 GMT
  6792. Organization: OU Health Sciences Center
  6793.  
  6794. In article <absurd-2408941645450001@daveowens.apple.com> Tim Dierks,
  6795. absurd@apple.com writes:
  6796. >David,
  6797. >Your comments got forwarded (several times) to me here in the AppleSoft
  6798. >Human Interface Design Center.  I was disappointed in the quality of the
  6799. >HI of the System 7.5 additions.  I think that some of the goodies are OK
  6800. >using non-standard windows (sticky notes and launcher) because the design
  6801. >is key to the usability.  I do wish we had the appropriate items in the
  6802. >toolbox (especially the icon buttons), but that will have to wait.  There
  6803. >is no HI excuse for the CD Player and the patterns in the backgrounds of
  6804. >the DAs.  Our marketing folks felt they were appropriate.  The palette
  6805. >(AKA utility window) titlebar is now avialable in the system.
  6806. >
  6807. >We're working hard to get our toolbox updated so we have a leg to stand
  6808. >on.  Unfortunately consistency for the user (in the long run) doesn't
  6809. seem
  6810. >to be a big selling point with our marketing dept. System 7.5 has made
  6811. our
  6812. >job harder for the reasons you have pointed out.  I hope there are
  6813. >developers out there that still believe that standard is best.
  6814. >
  6815. >Elizabeth Moller
  6816. >Elizabeth.M@AppleLink.Apple.COM
  6817. >
  6818. >-- 
  6819. >Tim Dierks
  6820. >absurd@apple.com
  6821.  
  6822. Tim, thanks for posting this one.
  6823.  
  6824. Why isn't Elizabeth (or anyone in HIG) being heard? Is marketing truly
  6825. to blame for all of this? If so, I am much more worried about the HI
  6826. stuff now than when I was at WWDC. At least there, it seemed, that
  6827. HI was a critical point in the entire Apple world view.
  6828.  
  6829. What was the quote, "The user is the center of everything we do." -
  6830. I hope for all of our sakes, as Apple developers, employees and users,
  6831. that the quality of the Human-Machine interaction remains paramount
  6832. in our minds. And, it would seem, the best group to steer and maintain
  6833. that quality at Apple is the HIG, not marketing.
  6834.  
  6835. Willie Abrams                                  willie-abrams@uokhsc.edu
  6836.  
  6837.        Less is more. God is in the details. - Mies van der Rohe
  6838.  
  6839. +++++++++++++++++++++++++++
  6840.  
  6841. >From Bruce@hoult.actrix.gen.nz (Bruce Hoult)
  6842. Date: Fri, 26 Aug 1994 12:33:47 +1200 (NZST)
  6843. Organization: (none)
  6844.  
  6845. cwood@io.com (Charlie Wood) writes:
  6846. > But, in reading this thread, I find myself wishing for a "Next Article"
  6847. > button in NewsWatcher. Yes, I can type cmd-I, but when I'm doing almost
  6848. > everything else with the mouse, I wish I could access this
  6849. > highly-repetitive function in the same way. Yes, of course I can select
  6850. > the menu item with the mouse, but that's not nearly as elegant as a
  6851. > button-click would be.
  6852.  
  6853. What are you doing with the mouse in NewsWatcher?  The spacebar, or the
  6854. keypad 0 work pretty well for "next article".
  6855.  
  6856. -- Bruce
  6857.  
  6858. +++++++++++++++++++++++++++
  6859.  
  6860. >From mab22@po.cwru.edu (Mike Balfour)
  6861. Date: 25 Aug 1994 15:48:34 GMT
  6862. Organization: Overload Engineering
  6863.  
  6864. In article <33i6gh$sfa@romulus.ucs.uoknor.edu>, Willie Abrams
  6865. <willie-abrams@uokhsc.edu> wrote:
  6866.  
  6867. > Why isn't Elizabeth (or anyone in HIG) being heard? Is marketing truly
  6868. > to blame for all of this? If so, I am much more worried about the HI
  6869. > stuff now than when I was at WWDC. At least there, it seemed, that
  6870. > HI was a critical point in the entire Apple world view.
  6871. > What was the quote, "The user is the center of everything we do." -
  6872. > I hope for all of our sakes, as Apple developers, employees and users,
  6873. > that the quality of the Human-Machine interaction remains paramount
  6874. > in our minds. And, it would seem, the best group to steer and maintain
  6875. > that quality at Apple is the HIG, not marketing.
  6876.  
  6877. Well, here's a little something to consider before jumping on Apple.  It
  6878. could be that they're ditching some of these standards because the user
  6879. wants it that way (of course, what's *best* for the user doesn't
  6880. matter:).  When someone's out there trying to decide which computer to
  6881. buy, and they see a Mac with a CD-ROM drive with this cool window on the
  6882. screen that controls it - a window that will make their computer look cool
  6883. to their friends - it appeals to them.  It's what they want, so they buy
  6884. it.
  6885.  
  6886. While HIG is best suited for determining how to make the machine easiest
  6887. to use, marketing really is the best group for determining what the user
  6888. wants, unfortunately.  In my opinion, this *does* seem like a rather blind
  6889. way of looking at things, 'cause the easiest-to-use machine is ultimately
  6890. what the user will want, if it's done correctly.  Candy features are nice,
  6891. and they'll sell things, and they appeal to people, but they'll only give
  6892. you empty calories and rot your teeth :).
  6893.  
  6894. (BTW Jens, don't take offense at my calling the post-it notes that you
  6895. designed "candy".  I'm a chocoholic.:)
  6896.  
  6897. To sum up:  Don't jump on Apple's case too quickly.  As a company, they're
  6898. not here to tell us what's best for us; they're here to give us what we
  6899. want, and what we ask for...
  6900.  
  6901. Should I smiley that last sentence?
  6902.  
  6903. MB
  6904. -- 
  6905. - --------------------------------+--------------------------------
  6906. Mike Balfour, Partner             | BS/MS Candidate - ECMP
  6907. Overload Engineering              | Case Western Reserve University
  6908. "New Ideas for a Brighter Future" | Cleveland, OH
  6909.  
  6910. +++++++++++++++++++++++++++
  6911.  
  6912. >From Willie Abrams <willie-abrams@uokhsc.edu>
  6913. Date: 26 Aug 1994 13:57:42 GMT
  6914. Organization: OU Health Sciences Center
  6915.  
  6916. In article <mab22-2508941148490001@law47118.law.cwru.edu> Mike Balfour,
  6917. mab22@po.cwru.edu writes:
  6918. >While HIG is best suited for determining how to make the machine easiest
  6919. >to use, marketing really is the best group for determining what the user
  6920. >wants, unfortunately.  In my opinion, this *does* seem like a rather
  6921. blind
  6922.  
  6923. I agree. Case in point, ideally the interaction should go like this:
  6924.  
  6925. Marketing: The user needs to be able to do this.
  6926.  
  6927. Engineering: We can program anything... :-)
  6928.  
  6929. HIG: This is what the user experience should be.
  6930.  
  6931. Not marketing deciding what interface is appropriate, and
  6932. HIG not being utilized for their expertize.
  6933.  
  6934. I am not jumping on Apple, per se, but I use and program Macs
  6935. by choice. The entire user experience and consistency of the
  6936. Mac is the reason I use them. The minute I start getting visually
  6937. assualted by my Macintosh is the minute I start panicking.
  6938.  
  6939. The moment I spend trying to figure out why I can't find the
  6940. program list in the CD remote, or why the find file box has got
  6941. a weirdo color scheme unlike the rest of Mac, is a moment lost
  6942. for no good reason. Do it consistently or don't do it at all.
  6943.  
  6944. I won't standby and watch my Mac turn into an enitre mish-mash
  6945. of metaphors, visual clues, and interface elements. I will turn
  6946. it off first.
  6947.  
  6948. Willie Abrams                                  willie-abrams@uokhsc.edu
  6949.  
  6950.        Less is more. God is in the details. - Mies van der Rohe
  6951.  
  6952. +++++++++++++++++++++++++++
  6953.  
  6954. >From Hank_Gillette@smtp.esl.com (Hank Gillette)
  6955. Date: 26 Aug 1994 23:05:05 GMT
  6956. Organization: esl.com
  6957.  
  6958. In article <33d248$inl@falcon.bgsu.edu>, dnebing@andy.bgsu.edu (bgsuvax) wrote:
  6959.  
  6960. >   I have one example which will prove you wrong.  On my Word toolbar,
  6961. > I have customized the toolbar.  One of the icons I have set up as
  6962. > the little paintbrush, and the command associated with it is
  6963. > 'Insert Graphic'.  There is no key command normally associated with
  6964. > this command.  It is also far down the menu so that I have to scroll
  6965. > to get to it.  In this situation, the icon is easy to identify and is
  6966. > much faster than trying to get to the menu.
  6967.  
  6968. But there's nothing stopping you from assigning a key command to 'Insert
  6969. Graphic', since Word allows you to assign key commands to any command.
  6970.  
  6971. Hank Gillette
  6972.  
  6973. -- 
  6974.  
  6975. Hank_Gillette@smtp.esl.com
  6976.  
  6977. +++++++++++++++++++++++++++
  6978.  
  6979. >From rmah@panix.com (Robert Mah)
  6980. Date: Sat, 27 Aug 1994 00:08:29 -0500
  6981. Organization: One Step Beyond
  6982.  
  6983. Willie Abrams <willie-abrams@uokhsc.edu> wrote:
  6984.  
  6985. ) The moment I spend trying to figure out why I can't find the program
  6986. ) list in the CD remote, or why the find file box has got a weirdo color
  6987. ) scheme unlike the rest of Mac, is a moment lost for no good reason.
  6988. ) Do it consistently or don't do it at all.
  6989. ) I won't standby and watch my Mac turn into an enitre mish-mash of 
  6990. ) metaphors, visual clues, and interface elements. I will turn it off
  6991. ) first.
  6992.  
  6993. Amen.  Only on the Mac could you have the audience of a demo tell the 
  6994. demonstrator how to access functions that they've never seen.  I've seen
  6995. it happen.  The reason it can happen is the interface consistency between
  6996. applications.  This is more than just conforming to guidelines, it also
  6997. includes being aware that _other_ people may have had the same interface
  6998. problem and making your solution similar to theirs.
  6999.  
  7000. I'm afraid that Apple is losing it's way.  I wonder how much the top execs
  7001. actually use their Macs for more than writing memos.
  7002.  
  7003. Cheers,
  7004. Rob
  7005. _____________________________________________________________________
  7006. Robert S. Mah           Software Development          +1.212.947.6507
  7007. One Step Beyond        and Network Consulting          rmah@panix.com
  7008.  
  7009. +++++++++++++++++++++++++++
  7010.  
  7011. >From dnebing@andy.bgsu.edu (bgsuvax)
  7012. Date: 27 Aug 1994 18:00:19 GMT
  7013. Organization: Bowling Green State University
  7014.  
  7015. Hank_Gillette@smtp.esl.com (Hank Gillette) writes:
  7016. > In article <33d248$inl@falcon.bgsu.edu>, dnebing@andy.bgsu.edu (bgsuvax) wrote:
  7017. >>   I have one example which will prove you wrong.  On my Word toolbar,
  7018. >> I have customized the toolbar.  One of the icons I have set up as
  7019. >> the little paintbrush, and the command associated with it is
  7020. >> 'Insert Graphic'.  There is no key command normally associated with
  7021. >> this command.  It is also far down the menu so that I have to scroll
  7022. >> to get to it.  In this situation, the icon is easy to identify and is
  7023. >> much faster than trying to get to the menu.
  7024. > But there's nothing stopping you from assigning a key command to 'Insert
  7025. > Graphic', since Word allows you to assign key commands to any command.
  7026.  
  7027.   Yes, but conceivably one could have so many keyboard commands in word
  7028. that it is easy to forget what one might be.  However, a familiar icon
  7029. in the toolbar is hard to forget.
  7030.  
  7031. Dave
  7032.  
  7033. ============================================================
  7034. Dave Nebinger                    dnebing@bgsuvax.bgsu.edu
  7035. Network Manager, Biology Dept.   dnebing@opie.bgsu.edu
  7036. Bowling Green State University   dnebing@bgsuopie (bitnet)
  7037. Bowling Green, OH 43403          #include <std_disclaimer.h>
  7038.  
  7039.              *THE* alt.sources.mac supporter!
  7040. >From eric.larson@f620.n2605.z1.fidonet.org (eric larson)
  7041. Subject: Where have the standards gone? [a high level question]
  7042. Date: 20 Aug 94 09:31:50 -
  7043. Organization: FidoNet: Shockwave Rider, USR V.Everything +1(908)294-0659 
  7044.  
  7045.  > That said, let me add that it *is* important for UIs to develop; I'm not
  7046.  > going to advocate cast-in-platinum Human Interface Guidelines. The
  7047.  > _Macintosh Humand Interface Guidelines_ discuss the subject of ``Going
  7048.  > Beyond the Guidelines'' quite specifically.
  7049.  
  7050.  > So, in short: yes, this bothers me. Who else?
  7051.  
  7052. Me too. The consistency of the Apple user interface has long been one of it's
  7053. strengths. Having so many disparate design elements onscreen is quite jarring
  7054. to someone really used to the standard ways of doing things.
  7055.  
  7056. It's one thing to introduce new elements to support new technologies (OpenDoc's
  7057. interface elements might well need to EXTEND the current paradigm
  7058. considerably), or to replace elements when a better way becomes obvious. But it
  7059. should be done in a CONSISTENT fashion. The Zoom box should be the same on
  7060. EVERYTHING. The StickyNotes stuff is an abomination.
  7061.  
  7062. +++++++++++++++++++++++++++
  7063.  
  7064. >From heilmayr@uclink.berkeley.edu (Klaus)
  7065. Date: 29 Aug 1994 02:13:11 GMT
  7066. Organization: Parentheses and Ellipses
  7067.  
  7068. In article <1994Aug24.011125.11263@gallant.apple.com>
  7069. Jens Alfke <jens_alfke@powertalk.apple.com> writes:
  7070.  
  7071. > The fundamental issue is that the HI has to move forward;
  7072. > that the old mostly black and white interface is getting old.
  7073.  
  7074. What does it mean for the HI to "move forward"?  Yes, the interface is getting
  7075. old, but that doesn't mean it's going bad.  As someone once remarked, the
  7076. usual windows interface looks like an explosion in a cartoon factory.  A wild
  7077. jumble of colors and patterns, for no apparent reason other than to look
  7078. whizzy.  It's the computer equivalent of those stereo components with lots of
  7079. pointless buttons and flashing lights whose only purpose is to make the box
  7080. look high-tech.  In fact, it just looks tacky.  I think one of the reasons
  7081. that graphic design professionals like to use Macs is that the Mac has an
  7082. elegant interface.  I'd hate to see Apple give up that elegance in the name of
  7083. "moving forward."
  7084.  
  7085. >> - the Find File windows have a funky styled background
  7086. > So do the majority of new commercial products these days, or at least a
  7087. > gray background. There's no law saying all windows have to be white.
  7088.  
  7089. No, there's no law, but it violates one of the principles of user interface
  7090. design: consistency.  One should not change the interface unless there is a
  7091. good reason for the change
  7092.  
  7093.  -Klaus (heilmayr@math.berkeley.edu)
  7094.  
  7095. +++++++++++++++++++++++++++
  7096.  
  7097. >From heilmayr@uclink.berkeley.edu (Klaus)
  7098. Date: 29 Aug 1994 02:23:43 GMT
  7099. Organization: Parentheses and Ellipses
  7100.  
  7101. In article <mab22-2508941148490001@law47118.law.cwru.edu>
  7102. mab22@po.cwru.edu (Mike Balfour) writes:
  7103.  
  7104. > Well, here's a little something to consider before jumping on Apple.  It
  7105. > could be that they're ditching some of these standards because the user
  7106. > wants it that way
  7107.  
  7108. What I suspect is that it's not the current Mac users who want it that way,
  7109. but the Windows users whom Apple is trying to win over.  Unfortunately, making
  7110. a Mac look like a Windows box isn't likely to win over many Windows users, but
  7111. it'll probably alienate a lot of Mac users.  Most Windows users have chosen
  7112. their platform because it's the most common one, or because there are more
  7113. applications (especially games) available for it.  Most Mac users have chosen
  7114. their platform because of its elegant and consistent interface.  Making the
  7115. Mac more like a Windows box won't really give  the Windows users any reasons
  7116. to switch, but it may well make some Mac users decide that there's no reason
  7117. to stick with the Mac.
  7118.  
  7119.  -Klaus (heilmayr@math.berkeley.edu)
  7120.  
  7121. ---------------------------
  7122.  
  7123. End of C.S.M.P. Digest
  7124. **********************
  7125.  
  7126.  
  7127. ˇ